summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-06-12 15:26:58 +0000
committerwjames5 <will@tekimaki.com>2008-06-12 15:26:58 +0000
commitaa89672fe2c1f62aac60213455fbafafcfff1dd1 (patch)
tree6523fce6709f02f132fc808bf86e53a689034f99 /style
parent6adee24822e9a89b75dfc1f23c448f97573fbd67 (diff)
downloadinstall-aa89672fe2c1f62aac60213455fbafafcfff1dd1.tar.gz
install-aa89672fe2c1f62aac60213455fbafafcfff1dd1.tar.bz2
install-aa89672fe2c1f62aac60213455fbafafcfff1dd1.zip
td text can't be white since our table row backgrounds are white and very light grey
Diffstat (limited to 'style')
-rw-r--r--style/install.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/install.css b/style/install.css
index c588584..4e3dd0d 100644
--- a/style/install.css
+++ b/style/install.css
@@ -20,7 +20,7 @@ table {border-collapse:collapse; padding:0; margin:0; width:100%;}
caption {font-weight:bold; padding:5px 0 0 0;}
th {text-align:left; padding:3px 5px; background:#2c4268; border-bottom:2px solid #fff; color:#fff;}
th a {color:#ff0;}
-td {padding:2px 3px; vertical-align:top;color:#fff}
+td {padding:2px 3px; vertical-align:top;}
hr {border:1px solid #000;}
p {margin:0.5em; padding:0.5em;}
code {font-weight:900; color:#468;}