From d48d27d79f9c51aa3bde345c1c69ade1d93e8b2e Mon Sep 17 00:00:00 2001
From: Sarven Capadisli <csarven@controlyourself.ca>
Date: Sun, 5 Jul 2009 22:57:35 +0000
Subject: [PATCH] Updated margin/width value for nested notices

---
 theme/base/css/display.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index f2b200376d..22610bd510 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;
 }
 
-- 
2.39.5