summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-07-28 13:59:54 +0000
committerMika Havela <mika.havela@gmail.com>2009-07-28 13:59:54 +0000
commit2784b4a788ed60975d6947ddaa8e1d28b3f77ffd (patch)
tree58c2f4366c8b3dde0694f3ad32f39dfa7905d706
parent2b9238eaa52f2a04052bca60a5e2dfe1b085028c (diff)
downloadacf-skins-2784b4a788ed60975d6947ddaa8e1d28b3f77ffd.tar.bz2
acf-skins-2784b4a788ed60975d6947ddaa8e1d28b3f77ffd.tar.xz
Fixing problem caused by empty <DD></DD>
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.
-rw-r--r--alps/alps.css1
1 files changed, 1 insertions, 0 deletions
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;