aboutsummaryrefslogtreecommitdiffstats
path: root/web/ioq3.css
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-03 06:38:00 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-03 06:38:00 +0000
commit4fcb2180428ac96b603b888b21c54412dc9db4e8 (patch)
treea8e4ed90c43994de67e3e7347e97dce98e15246c /web/ioq3.css
parent312d1cbd673b3fdd7546f65be6361a2733d31e65 (diff)
downloadioquake3-aero-4fcb2180428ac96b603b888b21c54412dc9db4e8.tar.gz
ioquake3-aero-4fcb2180428ac96b603b888b21c54412dc9db4e8.zip
More minor stuff
git-svn-id: svn://svn.icculus.org/quake3/trunk@247 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/ioq3.css')
-rw-r--r--web/ioq3.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/web/ioq3.css b/web/ioq3.css
index 35e1444..7f67154 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -27,6 +27,11 @@ body, html {
background-color: transparent;
}
+#footer a:hover {
+ color: black;
+ background-color: transparent;
+}
+
#navigation {
float: right;
list-style: none;
@@ -35,7 +40,7 @@ body, html {
color: black;
margin-top: 0;
padding-left: 0;
- padding-bottom: .1em;
+ padding-bottom: .2em;
border-left: 1px dashed #222;
border-bottom: 1px dashed #222;
}
@@ -69,6 +74,13 @@ h2 {
font-size: 1.25em;
}
+h3 {
+ color: #440000;
+ background-color: transparent;
+ font-size: 1em;
+ margin: .5em 0 .5em 0;
+}
+
img {
border: 0;
}