From bf315e02c3c6c45437222d79687907b96344e556 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 27 Feb 2007 21:44:18 +0000 Subject: [PATCH] notice boxes are now 60% of page width - 100% looked too wide for most notice boxes --- theme/standard/styles_layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 649659983c..da635edae5 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -182,6 +182,12 @@ img.grouppicture { padding:10px; } +#notice, box { + width: 60%; + margin-left:auto; + margin-right:auto; +} + #notice .buttons { text-align:center } -- 2.39.5