aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-27 21:06:34 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-27 21:06:34 +0000
commitb99698a292a1475d1b7c3f49b2a4fccb9994ca7c (patch)
treee44d2e33b05c75248c8d41348c79f105360c2ae0 /html
parentccb3be7d8d24eda2b5d871b96966049f2f1a7fc3 (diff)
give a class to empty dd elements so they can be hidden
Diffstat (limited to 'html')
-rw-r--r--html/Ocean.std-theme/ocean.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css
index 53af455f..afb35b3c 100644
--- a/html/Ocean.std-theme/ocean.css
+++ b/html/Ocean.std-theme/ocean.css
@@ -354,6 +354,10 @@ div#style-menu-holder {
margin-bottom: 0.5em;
}
+#interface dd.empty {
+ display: none;
+}
+
#interface dd p {
margin: 0;
}