summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-05-03 10:25:43 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-05-03 10:25:43 +0000
commita720f8298f60f247be72851b831aef73648fe993 (patch)
treedb54e500870a6556df2226f100d638e417bd8d64 /style
parentd9981b8a7fa5d0d5351a6bcfc2491d6d60212972 (diff)
downloadinstall-a720f8298f60f247be72851b831aef73648fe993.tar.gz
install-a720f8298f60f247be72851b831aef73648fe993.tar.bz2
install-a720f8298f60f247be72851b831aef73648fe993.zip
ensure that debug msgs can still be read
Diffstat (limited to 'style')
-rw-r--r--style/install.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style/install.css b/style/install.css
index 557fd34..dec0584 100644
--- a/style/install.css
+++ b/style/install.css
@@ -1,10 +1,10 @@
/* layout */
-.install {width:800px; padding:0px; margin-left:auto; margin-right:auto;}
+.install {width:800px; padding:0px; margin-left:auto; margin-right:auto; color:#000;}
.body {float:left; width:600px; background:#fff; border:1px solid #2c4268; line-height:16px;}
.nav {float:right; width:180px;}
/* global stuff */
-body {background:#124; font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; font-size:12px; margin:0px; padding:10px; vertical-align:middle;}
+body {background:#124; font-family:verdana, arial, helvetica, sans-serif; font-weight:normal; font-size:12px; margin:0px; padding:10px; vertical-align:middle; color:#fff;}
table {border-collapse:collapse; padding:0; margin:0;}
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;}