From 3e81855fc65b49d05bf0dc0d1a1cf1b1b044f8f4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 13 Jun 2006 00:13:34 +0000 Subject: Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/index.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'skins') diff --git a/skins/standard/index.css b/skins/standard/index.css index fe801e1d3..b76361005 100644 --- a/skins/standard/index.css +++ b/skins/standard/index.css @@ -66,4 +66,17 @@ padding: 1em 0; } + #new_release + { + border: 2px solid red; + padding: 0.5em 1em; + margin: 1em; + font-weight: bold; + } + + #new_release .notice + { + font-size: 80%; + font-weight: normal; + } /* index page (end) */ -- cgit v1.2.3-24-g4f1b