Simplify code in a few places
[geekigeeki.git] / geekigeeki.css
index d600b7c6313e76d882a7aa8ed0b0ee00feadcdd0..06733134146424cb11f075a18365c88216f81826 100755 (executable)
@@ -124,18 +124,18 @@ h4:hover .heading, h5:hover .heading, h6:hover .heading {
        visibility: visible;
 }
 
-strong.success {
-    padding-left: 0.1em;
+strong.DONE {
+       padding-left: 0.1em;
        background-color: #22ee22;
 }
 
-strong.notice {
-    padding-left: 0.1em;
+strong.TODO {
+       padding-left: 0.1em;
        background-color: #ffdd44;
 }
 
-strong.error {
-    padding-left: 0.1em;
+strong.FIXME {
+       padding-left: 0.1em;
        background-color: #ee2222;
 }