diff options
author | simonmar <unknown> | 2004-07-01 11:08:58 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-07-01 11:08:58 +0000 |
commit | b94d4903a9b902ea6fbf41f1067a1798e765fed1 (patch) | |
tree | 2ec15a9d73ba96bfc0e21b197bc5f51cd14d7117 /html/haddock.css | |
parent | 599743499a4bb632f3d8b1dbb6b274f7529bc77a (diff) |
[haddock @ 2004-07-01 11:08:57 by simonmar]
Update to the +/- buttons: use a resized image rather than a <button>.
Still seeing some strange effects in Konqueror, so might need to use a
fixed-size image instead.
Diffstat (limited to 'html/haddock.css')
-rw-r--r-- | html/haddock.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/haddock.css b/html/haddock.css index b853bf76..1807a26e 100644 --- a/html/haddock.css +++ b/html/haddock.css @@ -35,7 +35,8 @@ TD.s15 { height: 15px; } SPAN.keyword { text-decoration: underline; } -BUTTON.coll { width : 2em; } +/* Resize the buttom image to match the text size */ +IMG.coll { width : 1em; height: 1em; } /* --------- Documentation elements ---------- */ |