From 7d05b3711de2d65841e6a1c253bc174f6a007f95 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 16 Jul 2004 11:36:19 +0000 Subject: [PATCH] make sitenotice a bit easier on the eye (grey border instead of red, no top border to blend into the grey line above it) --- stylesheets/monobook/main.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 9c42d2428d..068f74470d 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -247,6 +247,10 @@ span.subpages { display: block; } padding: 0.5em 1em; vertical-align: middle; } +#siteNotice { + border:1px solid #aaaaaa; + border-top: none; +} .error { color: red; font-size: larger; @@ -882,13 +886,6 @@ fieldset.operaprefsection { margin-left: 15em } * html div.editsection { font-size: smaller; } #pagehistory li.selected { position: relative; } -/* debugging tool.. */ -/*div{ border:1px solid #000000;}*/ - -#siteNotice { - border: 1px solid red; -} - /* Mac IE 5.0 fix; floated content turns invisible */ * > html #column-content { float: none; -- 2.20.1