aboutsummaryrefslogtreecommitdiffstats
path: root/web/ioq3.css
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-03 04:04:12 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-03 04:04:12 +0000
commit403e63d4cb80b1d188dd7a6b44009e91284973da (patch)
treeaa549ad0801440a930b39cc2a14621ecde751d36 /web/ioq3.css
parent0d3c0c54730c87ab23172a9e54d24842f2dee36a (diff)
downloadioquake3-aero-403e63d4cb80b1d188dd7a6b44009e91284973da.tar.gz
ioquake3-aero-403e63d4cb80b1d188dd7a6b44009e91284973da.zip
More stuff
git-svn-id: svn://svn.icculus.org/quake3/trunk@244 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/ioq3.css')
-rw-r--r--web/ioq3.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/ioq3.css b/web/ioq3.css
index 7f5ea64..4a2ded2 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -3,11 +3,13 @@ body, html {
font-size: 10pt;
color: black;
background-color: #888;
+ margin: 0;
}
#content {
float: left;
clear: left;
+ padding: 1em;
}
#footer {
@@ -28,10 +30,18 @@ body, html {
float: right;
list-style: none;
display: inline;
+ background-color: #aaa;
+ color: black;
+ margin-top: 0;
+ padding-left: 0;
+ padding-bottom: .1em;
+ border-left: 1px dashed #222;
+ border-bottom: 1px dashed #222;
}
#navigation li {
display: inline;
+ padding: .2em;
}
:link, :visited {
@@ -49,6 +59,7 @@ h1, :link:hover, :visited:hover {
h1 {
float: left;
font-size: 1.75em;
+ padding-left: .5em;
}
h2 {