diff options
Diffstat (limited to 'html')
| -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;  }  | 
