Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / theme / schleuder / css / general.css
index 417773d6bfe731be066858b21a8c92c5f8e3c2ac..b0355932a0771e3a48224460894727f7a74f1be4 100644 (file)
@@ -153,7 +153,7 @@ pre {
        color                   : #FFFFFF;
 }
 
-.description_text, .table {
+.description_text, .table, .table2, .table3 {
        text-align              : center;
        align                   : center;
        background-color        : #0571cc;
@@ -291,7 +291,7 @@ pre {
        font-color              : #000000;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height                  : 0px;
 }
 
@@ -403,7 +403,7 @@ pre {
        height                  : 35px;
 }
 
-.seperator {
+.separator {
        font-size                       : 1px
 }
 
@@ -549,6 +549,23 @@ ul.listing {
        list-style-type: none;
 }
 
+ol.listing {
+       text-align: left;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       padding-left: 0px;
+       margin-left: 25px;
+}
+
 li.listing {
        padding-bottom: 5px;
 }
+
+.bad {
+       color: #aa0000;
+       font-style: italic;
+}
+
+.good {
+       color: #00aa00;
+}