aboutsummaryrefslogtreecommitdiffstats
path: root/web/ioq3.css
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-11 19:26:50 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-11 19:26:50 +0000
commitd64e74dc77f7557390fe1db0119e869491bca837 (patch)
tree6d55a7f5382282ce393c78b493756c06318b1b51 /web/ioq3.css
parent30ae71ca692d526aa1f2cdc728c119b1142154bf (diff)
downloadioquake3-aero-d64e74dc77f7557390fe1db0119e869491bca837.tar.gz
ioquake3-aero-d64e74dc77f7557390fe1db0119e869491bca837.zip
Add Mailing Lists section and tweak CSS design a bit.
git-svn-id: svn://svn.icculus.org/quake3/trunk@325 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/ioq3.css')
-rw-r--r--web/ioq3.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/web/ioq3.css b/web/ioq3.css
index 408de73..daf94d2 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -59,20 +59,21 @@ h1, :link:hover, :visited:hover {
h1 {
float: left;
font-size: 1.75em;
- padding-left: .5em;
+ padding-left: .25em;
margin-bottom: 0;
}
h2 {
color: #440000;
font-size: 1.25em;
- padding: 0 .75em 0 .75em;
+ margin: .75em .5em .75em .5em;
+ padding: 0;
}
h3 {
color: #440000;
font-size: 1em;
- margin: .5em 0 .5em 0;
+ margin: .5em .8em .5em .8em;
padding: 0;
}
@@ -112,6 +113,10 @@ p {
text-align: justify;
}
+ul h3 {
+ margin-left: 0;
+}
+
.right {
float: right;
}