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 /data/style.css | |
| parent | 91729ec8ac5a8098cef2aa1c006aba88f6ef7eb3 (diff) | |
| download | WebInterface-Perl-abf0ef36b57c72b17d414673ecaadd74cf408134.tar.gz WebInterface-Perl-abf0ef36b57c72b17d414673ecaadd74cf408134.zip | |
style fix, readable gametypes
Diffstat (limited to 'data/style.css')
| -rwxr-xr-x | data/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/style.css b/data/style.css index 5c674a1..6f38fa8 100755 --- a/data/style.css +++ b/data/style.css @@ -63,7 +63,7 @@ a:hover { /* mainboxes */ div.mainbox { border: 1px solid $textcol2$; - margin-bottom:21px; + margin: 21px 0 -10px 0; padding: 5px; box-shadow: 2px 2px 5px $shadow$; $_boxbg1$ @@ -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 } |
