Fix a width issue on the dd elements
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 31 Dec 2008 22:02:43 +0000 (14:02 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 31 Dec 2008 22:02:43 +0000 (14:02 -0800)
* Decorator.css.php

Decorator.css.php

index b9d4ba4979f943cb1b7aec3f15a84b91db5537fd..a835df9c934b9b109556326df29acb5c1c2475d0 100644 (file)
@@ -137,7 +137,7 @@ fieldset dl dd
        padding: 4px 0px 2px 4px;
        margin: 5px 0px 5px 0px;
        
-       width: 49%;
+       width: 48%;
        float: right;
 }