From b99698a292a1475d1b7c3f49b2a4fccb9994ca7c Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Tue, 27 Jul 2010 21:06:34 +0000 Subject: give a class to empty dd elements so they can be hidden --- html/Ocean.std-theme/ocean.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'html/Ocean.std-theme/ocean.css') 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; } -- cgit v1.2.3