diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/ioq3.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/ioq3.css b/web/ioq3.css index 82120ec..408de73 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -92,11 +92,11 @@ caption { font-variant: small-caps; } -th {
- text-align: left;
+th { + text-align: left; border-bottom: 1px solid #666; border-right: 1px solid #666; - padding: .5em;
+ padding: .5em; } td { @@ -104,7 +104,7 @@ td { background-color: #8f8f8f; border-bottom: 1px dashed #777; border-right: 1px dashed #777; - padding: .20; + padding: .2em; } p { |