From 32ee29bb1d64624dc8c243b0f9e38a4ee8eef507 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 31 Dec 2008 14:02:43 -0800 Subject: [PATCH] Fix a width issue on the dd elements * Decorator.css.php --- Decorator.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decorator.css.php b/Decorator.css.php index b9d4ba4..a835df9 100644 --- a/Decorator.css.php +++ b/Decorator.css.php @@ -137,7 +137,7 @@ fieldset dl dd padding: 4px 0px 2px 4px; margin: 5px 0px 5px 0px; - width: 49%; + width: 48%; float: right; } -- 2.22.5