diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-07 17:35:21 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-07 17:35:21 +0000 |
commit | d09ef1e94fcc1a46ebebac73c59d1b48d54347fd (patch) | |
tree | 2d549da1d47d9c8f559868ae2b32f2570ba9ae10 /web | |
parent | 62949ae3d49828de49316db8410eb735a84f1da4 (diff) | |
download | ioquake3-aero-d09ef1e94fcc1a46ebebac73c59d1b48d54347fd.tar.gz ioquake3-aero-d09ef1e94fcc1a46ebebac73c59d1b48d54347fd.zip |
* sysrq made me do it
git-svn-id: svn://svn.icculus.org/quake3/trunk@318 edf5b092-35ff-0310-97b2-ce42778d08ea
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 { |