aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/screen.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-09 10:29:14 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-09 10:29:14 +0000
commit47e5980008a48dfe17b6861226ad32c5539978b1 (patch)
treeb3120bc85258fd4583cb0b50c015f0f9fdd98350 /g/style/screen.css
parent892e55c9440f2872f04b7980af43ef667ffb9108 (diff)
downloadwww-47e5980008a48dfe17b6861226ad32c5539978b1.tar
www-47e5980008a48dfe17b6861226ad32c5539978b1.tar.gz
www-47e5980008a48dfe17b6861226ad32c5539978b1.tar.bz2
www-47e5980008a48dfe17b6861226ad32c5539978b1.tar.xz
www-47e5980008a48dfe17b6861226ad32c5539978b1.zip
beta3 -> rc, add download rules
Diffstat (limited to 'g/style/screen.css')
-rw-r--r--g/style/screen.css6
1 files changed, 4 insertions, 2 deletions
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