summaryrefslogtreecommitdiff
path: root/theme/base/css/display.css
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-17 16:42:54 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-17 16:42:54 +0000
commitf28f1108a98cb33404513f760d1a40e9e98d85b9 (patch)
tree4930309b0b86018d2bb53f9537a1c4b84298e09b /theme/base/css/display.css
parent05b00cc7df22d2e998d642e91fee6cea317a9b83 (diff)
Opacity on notice div.entry-content and div.notice-options
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r--theme/base/css/display.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index afddefd27..213f0c0d2 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -59,9 +59,7 @@ padding-bottom:0;
fieldset {
padding:0;
border:0;
-margin-bottom:29px;
}
-
form ul li {
list-style-type:none;
margin:0 0 18px 0;
@@ -101,6 +99,10 @@ form input.submit {
/* FORM SETTINGS */
+.form_settings fieldset {
+margin-bottom:29px;
+}
+
.form_guide {
font-style:italic;
}