]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/css/general.css
CSS cleanup, jquery updated:
[mailer.git] / theme / desert / css / general.css
index 976d5a07a50ae8f0827fc816c4807703564a1059..7ec4218f5afc1239720f7f9fdb9b66d7a3878b73 100644 (file)
@@ -238,7 +238,7 @@ a.logout_box {
        text-align: left;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height: 15px;
 }
 
@@ -358,7 +358,7 @@ ul.copyright_box {
        height: 35px;
 }
 
-.seperator {
+.separator {
        font-size: 1px
 }
 
@@ -507,11 +507,11 @@ ul.copyright_box {
 }
 
 .para {
-       text-indent: 8px;
+       text-indent: 1em;
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
-       margin-bottom: 12px;
+       margin-bottom: 1em;
 }
 
 .message {
@@ -627,3 +627,12 @@ ol.listing {
 li.listing {
        padding-bottom: 5px;
 }
+
+.bad {
+       color: #aa0000;
+       font-style: italic;
+}
+
+.good {
+       color: #00aa00;
+}