diff options
author | krasimir <unknown> | 2004-07-31 12:04:38 +0000 |
---|---|---|
committer | krasimir <unknown> | 2004-07-31 12:04:38 +0000 |
commit | 133c8c5c6d45e90ee51ea2bd889367034bcaa845 (patch) | |
tree | 7261f71d294c0444ae3890cb3d6f0014c242a177 /html/haddock.css | |
parent | 64d30b1db8d571bc3b0d8947a81c59b4bd353417 (diff) |
[haddock @ 2004-07-31 12:04:37 by krasimir]
make the DHtmlTree in contents page more portable. The +/- buttons are replaced
with new images which looks more beatiful.
Diffstat (limited to 'html/haddock.css')
-rw-r--r-- | html/haddock.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/haddock.css b/html/haddock.css index c79f9446..9ecef66d 100644 --- a/html/haddock.css +++ b/html/haddock.css @@ -36,7 +36,7 @@ TD.s15 { height: 15px; } SPAN.keyword { text-decoration: underline; } /* Resize the buttom image to match the text size */ -IMG.coll { width : 0.5em; height: 0.5em; margin-bottom: 0.125em; margin-right: 0.125em } +IMG.coll { width : 8; height: 8; margin-bottom: 1; margin-right: 2 } /* --------- Documentation elements ---------- */ |