aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/screen.css
diff options
context:
space:
mode:
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