diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-07 06:19:59 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-07 06:19:59 +0000 |
commit | b7c43a4ea419a3862cd3e01ca72943eb08b26c86 (patch) | |
tree | d684c82df90305ff521805a9bab27b31b1986f16 /web | |
parent | 9cc3280783caa3647d28e1ec1891750fc1c476f8 (diff) | |
download | ioquake3-aero-b7c43a4ea419a3862cd3e01ca72943eb08b26c86.tar.gz ioquake3-aero-b7c43a4ea419a3862cd3e01ca72943eb08b26c86.zip |
Fix margins once and for all I hope
git-svn-id: svn://svn.icculus.org/quake3/trunk@314 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web')
-rw-r--r-- | web/ioq3.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/ioq3.css b/web/ioq3.css index 110b400..82120ec 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -108,7 +108,7 @@ td { } p { - margin: 0 1em 0 1em; + margin: .5em 1em .5em 1em; text-align: justify; } |