Skip to content

Commit

Permalink
Remove vertical padding from pagenav
Browse files Browse the repository at this point in the history
  • Loading branch information
patapancakes committed Jul 21, 2024
1 parent a361337 commit d950222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingame/browser/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const header = `<html>
.nav a {margin: 20px; font-size: 20px; font-weight: bolder;}
.logo h1 {padding-right: 20px; margin: 0px; font-size: 20px; font-style: italic; float: right; color: #FFF;}
.content {padding: 16px 8px;}
.pagenav {padding: 16px 8px; float: right;}
.pagenav {padding: 0px 8px; float: right;}
.pagenav a {margin: 8px; font-weight: bolder;}
.item {margin-left: 2px; margin-right: 2px; display: inline-block; font-size: 11px; font-weight: bolder; width: 128px; height: 125px; text-align: center; text-shadow: 1px 1px 1px #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; letter-spacing: -0.1px;}
.item img {width: 128px; height: 100px;}
Expand Down

0 comments on commit d950222

Please sign in to comment.