summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-19 09:41:46 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-19 09:41:46 +0000
commite360487ae769ee51afab4110ad03b65ad7406ff8 (patch)
tree530ef2c47cc167f46e4055b75f1f2456a61bc174 /style
parent9c4280a0cf6dec1e0453ee42ad6a07056ea6d406 (diff)
downloadinstall-e360487ae769ee51afab4110ad03b65ad7406ff8.tar.gz
install-e360487ae769ee51afab4110ad03b65ad7406ff8.tar.bz2
install-e360487ae769ee51afab4110ad03b65ad7406ff8.zip
simplify and clean up templates
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 8b3969f..04f1276 100644
--- a/style/install.css
+++ b/style/install.css
@@ -10,7 +10,7 @@ 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;}
td {padding:2px 3px; vertical-align:top;}
hr {border:1px solid #000;}
-p {margin:0; padding:1em;}
+p {margin:0.5em 0; padding:0.5em 1em;}
/* titles */
h1 {font-size:130%; color:#900; font-weight:900;}
@@ -52,7 +52,7 @@ textarea {width:100%;}
.help {background:#eee;}
p.warning,
p.success,
-p.error {border:1px solid #999;}
+p.error {border:1px solid #999; padding:1em;}
.formfeedback ul {padding:0; margin:0;}
.formfeedback li {border-bottom:1px dotted #aaa;}