summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
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 04f1276..8b3969f 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.5em 0; padding:0.5em 1em;}
+p {margin:0; padding: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; padding:1em;}
+p.error {border:1px solid #999;}
.formfeedback ul {padding:0; margin:0;}
.formfeedback li {border-bottom:1px dotted #aaa;}