diff options
Diffstat (limited to 'html/xhaddock.css')
-rw-r--r-- | html/xhaddock.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css index ee493d51..35f4b469 100644 --- a/html/xhaddock.css +++ b/html/xhaddock.css @@ -100,6 +100,16 @@ ul.links li { .hide { display: none; } .show { } +.collapser { + background: url(minus.gif) no-repeat 0 0.3em; +} +.expander { + background: url(plus.gif) no-repeat 0 0.3em; +} +.collapser, .expander { + padding-left: 14px; + cursor: pointer; +} #package-header { color: #ffffff; |