diff options
| author | Darkelarious <darkelarious@333networks.com> | 2021-09-09 14:02:36 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2021-09-09 14:02:36 +0200 |
| commit | abf0ef36b57c72b17d414673ecaadd74cf408134 (patch) | |
| tree | 9f56739bf25d209a7a795b28fe39ace05647b7ed /s/style/errorist/style.css | |
| parent | 91729ec8ac5a8098cef2aa1c006aba88f6ef7eb3 (diff) | |
| download | WebInterface-Perl-abf0ef36b57c72b17d414673ecaadd74cf408134.tar.gz WebInterface-Perl-abf0ef36b57c72b17d414673ecaadd74cf408134.zip | |
style fix, readable gametypes
Diffstat (limited to 's/style/errorist/style.css')
| -rw-r--r-- | s/style/errorist/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/s/style/errorist/style.css b/s/style/errorist/style.css index d656885..34af196 100644 --- a/s/style/errorist/style.css +++ b/s/style/errorist/style.css @@ -44,7 +44,7 @@ a:hover { margin: 0 auto; min-height: 100%; background: url(/style/errorist/errorist.png) no-repeat center 10px fixed; - padding-top: 76px; + padding-top: 51px; background-size: 500px; } @@ -63,7 +63,7 @@ a:hover { /* mainboxes */ div.mainbox { border: 1px solid #88f; - margin-bottom:21px; + margin: 21px 0 -10px 0; padding: 5px; box-shadow: 2px 2px 5px #111; background: #333; @@ -359,16 +359,16 @@ div.mainbox.browse.serverlist table tr td.tc3.icon a { } div.mainbox.browse.serverlist table tr td.tc4 { - width:90px;text-align:left + width:110px;text-align:left } div.mainbox.browse.serverlist table tr td.tc5 { - width:70px; + width:60px; text-align:center } div.mainbox.browse.serverlist table tr td.tc6 { - width:140px; + width:150px; text-align:left } |
