CSS classes cleaned up, templates simplified:
[mailer.git] / theme / org / css / install.css
index a85ef5284782cd01e898ba36cb0ca27906f6c2ce..d59ec21b5fad01e00c57839e64a6468ee29bf7f3 100644 (file)
@@ -4,13 +4,12 @@
 }
 
 .install_select {
-       border: dashed 1px #000000;
+       border: groove 1px #000000;
        background-color: #EEEEFF;
 }
 
 .install_normal {
-       border-style: solid;
-       border: dashed 1px #000000;
+       border: groove 1px #000000;
 }
 
 .install_submit {
@@ -73,4 +72,4 @@
 .install_welcome {
        padding-top: 5px;
        padding-bottom: 10px;
-}
\ No newline at end of file
+}