From 47e5980008a48dfe17b6861226ad32c5539978b1 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 9 May 2012 10:29:14 +0000 Subject: beta3 -> rc, add download rules --- g/style/screen.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'g/style/screen.css') diff --git a/g/style/screen.css b/g/style/screen.css index fbda235bd..16f6cc3b2 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -373,13 +373,15 @@ p#subnav a.sel { color: #000; } margin-bottom: 2.5em; } -.red-sign { +.red-sign, +.green-sign { color: white; font-weight: bold; line-height: 1.6em; - background: #a00; font-size: 90%; padding: 0.7em 2em 0.8em 2em; margin: 0.5em -27px 1.5em -27px; text-shadow: 1px 1px 3px #000; } +.red-sign { background: #a00; } +.green-sign { background: #060; } \ No newline at end of file -- cgit v1.2.1