Change the styling of the <legend> elements a little
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 31 Dec 2008 20:05:15 +0000 (12:05 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 31 Dec 2008 20:05:15 +0000 (12:05 -0800)
* Decorator.css.php

Decorator.css.php

index c69dd4a67a5094b271c51ead1f5d93c833b0c392..cc91bf27a42b47c22afe42aa14cd6ec7dacd2b4a 100644 (file)
@@ -72,13 +72,11 @@ fieldset
 /* Form title */
 legend
 {
-       border-width: 1px;
+       border-width: 0px 1px 0px 1px;
        border-style: solid;
        border-color: rgb(123, 170, 90);
        
-       background-color: rgb(203, 234, 148);
-       
-       padding: 3px;
+       padding: 3px 7px 3px 7px;
        
        font-size: 14px;
        font-weight: bold;