From 2784b4a788ed60975d6947ddaa8e1d28b3f77ffd Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Tue, 28 Jul 2009 13:59:54 +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. --- alps/alps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/alps/alps.css b/alps/alps.css index 857247b..2dcc23f 100644 --- a/alps/alps.css +++ b/alps/alps.css @@ -451,6 +451,7 @@ padding-bottom:5px; #content dd { margin-top:2px; +min-height:12px; clear:right; font-size:12px; margin-left:230px; -- cgit v1.2.3