aboutsummaryrefslogtreecommitdiffstats
path: root/web/ioq3.css
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-23 23:57:38 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-23 23:57:38 +0000
commit210510938b89c936dfd45f90f6076f86b8b88a6a (patch)
tree9204ecd1a1726e4ce5b21a6d167c07ffb41702d0 /web/ioq3.css
parent1b505d5497ae90614d95b6be5c643a694baaba57 (diff)
downloadioquake3-aero-210510938b89c936dfd45f90f6076f86b8b88a6a.tar.gz
ioquake3-aero-210510938b89c936dfd45f90f6076f86b8b88a6a.zip
Makes stuff render better in IE6 -- the tables will be missing the separators in the cvar list and such because it doesn't support empty-cells. That'll just need to remain because it's not very obvious and I guess it'll look a bit better when everyone is on IE7 in a year.
git-svn-id: svn://svn.icculus.org/quake3/trunk@656 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/ioq3.css')
-rw-r--r--web/ioq3.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/web/ioq3.css b/web/ioq3.css
index 056583f..9a31289 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -95,7 +95,9 @@ img, fieldset {
table {
border: none;
border-spacing: 0;
+ border-collapse: collapse;
margin-left: 1em;
+ empty-cells: show;
}
caption {
@@ -161,18 +163,18 @@ acronym, dfn {
h3.windows, h3.linux, h3.apple {
padding-top: 16px;
padding-left: 50px;
- height: 32px;
+ height: 48px;
background-repeat: no-repeat;
}
-.windows {
+h3.windows {
background-image: url('images/windows.png');
}
-.linux {
+h3.linux {
background-image: url('images/linux.png');
}
-.apple {
+h3.apple {
background-image: url('images/apple.png');
}