diff options
| author | Mark Lentczner <markl@glyphic.com> | 2010-07-27 21:06:34 +0000 | 
|---|---|---|
| committer | Mark Lentczner <markl@glyphic.com> | 2010-07-27 21:06:34 +0000 | 
| commit | b99698a292a1475d1b7c3f49b2a4fccb9994ca7c (patch) | |
| tree | e44d2e33b05c75248c8d41348c79f105360c2ae0 /html/Ocean.std-theme | |
| parent | ccb3be7d8d24eda2b5d871b96966049f2f1a7fc3 (diff) | |
give a class to empty dd elements so they can be hidden
Diffstat (limited to 'html/Ocean.std-theme')
| -rw-r--r-- | html/Ocean.std-theme/ocean.css | 4 | 
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;  }  | 
