Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / theme / ship-simu / css / general.css
index f764c9b75b1bd966cd3c77e6ede008c771b83acf..07ed502383c14ca6c90ead7c704c37f4f475aa0f 100644 (file)
@@ -148,7 +148,7 @@ pre {
        color                   : #000000;
 }
 
-.description_text, .table {
+.description_text, .table, .table2, .table3 {
        background-color        : #FFFFFF;
 }
 
@@ -223,7 +223,7 @@ pre {
        height                  : 22px;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height                  : 15px;
 }
 
@@ -332,7 +332,7 @@ pre {
        height                  : 35px;
 }
 
-.seperator {
+.separator {
        font-size                       : 1px
 }
 
@@ -519,6 +519,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;
+}