diff options
Diffstat (limited to 'html/themes/Ocean/ocean.css')
-rw-r--r-- | html/themes/Ocean/ocean.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/html/themes/Ocean/ocean.css b/html/themes/Ocean/ocean.css index f671a170..53af455f 100644 --- a/html/themes/Ocean/ocean.css +++ b/html/themes/Ocean/ocean.css @@ -75,10 +75,20 @@ ul.links li a { padding: 5px 10px; } .clear { clear: both; } .collapser { - background: url(minus.gif) no-repeat 0 0.4em; + background-image: url(minus.gif); + background-repeat: no-repeat; } .expander { - background: url(plus.gif) no-repeat 0 0.4em; + background-image: url(plus.gif); + background-repeat: no-repeat; +} +span.module.collapser, +span.module.expander { + background-position: 0 0.3em; +} +p.caption.collapser, +p.caption.expander { + background-position: 0 0.4em; } .collapser, .expander { padding-left: 14px; |