summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-07-28 13:57:11 +0000
committerMika Havela <mika.havela@gmail.com>2009-07-28 13:57:11 +0000
commit2b9238eaa52f2a04052bca60a5e2dfe1b085028c (patch)
treef738600c8a9ed66613c39a6d8fdf763dc5ac4e9c
parent8c74962c1a19ce72fb1a26557a75831fa1bb7062 (diff)
downloadacf-skins-2b9238eaa52f2a04052bca60a5e2dfe1b085028c.tar.bz2
acf-skins-2b9238eaa52f2a04052bca60a5e2dfe1b085028c.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--ice/ice.css1
1 files changed, 1 insertions, 0 deletions
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;
}