diff options
Diffstat (limited to 'web/ioq3.css')
-rw-r--r-- | web/ioq3.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/ioq3.css b/web/ioq3.css index 4a2ded2..35e1444 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -14,11 +14,12 @@ body, html { #footer { clear: left; - color: #4d4d4d; background-color: transparent; + color: #4d4d4d; border-top: 1px dashed #222; padding-top: .3em; font-size: .8em; + padding: .35em; } #footer a { @@ -91,6 +92,7 @@ th { } td { + color: black; background-color: #8f8f8f; border-bottom: 1px dashed #777; border-right: 1px dashed #777; |