summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-20 11:08:06 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-20 11:08:06 +0000
commit9bdd2772f50249c6749e0c5d6f4415b6e48e77c1 (patch)
tree88e48d3d8156927cec573831b88a459d50c0416e /style
parent2c7e66050f76d97647ca094c70d8baf52591abe8 (diff)
downloadinstall-9bdd2772f50249c6749e0c5d6f4415b6e48e77c1.tar.gz
install-9bdd2772f50249c6749e0c5d6f4415b6e48e77c1.tar.bz2
install-9bdd2772f50249c6749e0c5d6f4415b6e48e77c1.zip
merge recent changes into HEAD
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;}