]> git.mxchange.org Git - mailer.git/blobdiff - theme/ship-simu/css/general.css
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / theme / ship-simu / css / general.css
index 3d57147e764a1434cdc637adfe9cc0d60a10e684..07ed502383c14ca6c90ead7c704c37f4f475aa0f 100644 (file)
@@ -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
 }
 
@@ -530,3 +530,12 @@ ol.listing {
 li.listing {
        padding-bottom: 5px;
 }
+
+.bad {
+       color: #aa0000;
+       font-style: italic;
+}
+
+.good {
+       color: #00aa00;
+}