summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-05 22:57:35 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-05 22:57:35 +0000
commitd48d27d79f9c51aa3bde345c1c69ade1d93e8b2e (patch)
treeb4700d069ab78b0f61eae5a21c6b1c2bc3cdd23b /theme
parent5875c02cbba9c595e6fb73f788776d23905694d5 (diff)
Updated margin/width value for nested notices
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index f2b200376..22610bd51 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -783,8 +783,8 @@ list-style-type:none;
}
.notices .notices {
margin-top:7px;
-margin-left:5%;
-width:95%;
+margin-left:2%;
+width:98%;
float:left;
}