diff options
Diffstat (limited to 'html/shaddock.css')
-rw-r--r-- | html/shaddock.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/html/shaddock.css b/html/shaddock.css index 4af9b94b..52215f93 100644 --- a/html/shaddock.css +++ b/html/shaddock.css @@ -142,6 +142,17 @@ ul.links li { .hide { display: none; } .show { } +.collapser { + background: url(minus.gif) no-repeat 0 17px; +} +.expander { + background: url(plus.gif) no-repeat 0 17px; +} +.subs .collapser, .subs .expander { + padding-left: 14px; + margin-left: -14px; + cursor: pointer; +} /* Captions and Headers */ |