From 2b9238eaa52f2a04052bca60a5e2dfe1b085028c Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Tue, 28 Jul 2009 13:57:11 +0000 Subject: Fixing problem caused by empty
When the DD was empty, the view collapsed and the next DT/DD overlapped the previous row. This is now fixed with a min-heigt for each DD. --- ice/ice.css | 1 + 1 file changed, 1 insertion(+) (limited to 'ice') diff --git a/ice/ice.css b/ice/ice.css index 1a6d7c7..80faec8 100644 --- a/ice/ice.css +++ b/ice/ice.css @@ -369,6 +369,7 @@ color: #003566; #content dd { margin-top: -17px; font-size: 12px; + min-height: 12px; margin-left: 230px; padding-bottom: 5px; } -- cgit v1.2.3