summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-06-09 21:13:36 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-06-09 21:13:36 +0000
commit6adee24822e9a89b75dfc1f23c448f97573fbd67 (patch)
tree94d47fccd9ac0ec73b0b697f0ddb6cadaac035e7 /style
parentbb0a335f6851cdeee98b9832d1cc3ebb7b9b3d67 (diff)
downloadinstall-6adee24822e9a89b75dfc1f23c448f97573fbd67.tar.gz
install-6adee24822e9a89b75dfc1f23c448f97573fbd67.tar.bz2
install-6adee24822e9a89b75dfc1f23c448f97573fbd67.zip
forced #000 for td's to prevent attack from body's #fff
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 4e3dd0d..c588584 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;}
+td {padding:2px 3px; vertical-align:top;color:#fff}
hr {border:1px solid #000;}
p {margin:0.5em; padding:0.5em;}
code {font-weight:900; color:#468;}