diff options
author | panne <unknown> | 2004-08-03 21:07:59 +0000 |
---|---|---|
committer | panne <unknown> | 2004-08-03 21:07:59 +0000 |
commit | 14aaf2e56fc6e1c9aba393d7fe285118b97c044a (patch) | |
tree | 39ae107101942febf2f45f4f2263aad337d402eb /html | |
parent | 4770643a17c988e364c06a88c05349a76360f8a9 (diff) |
[haddock @ 2004-08-03 21:07:58 by panne]
Improved spacing of dynamic module tree
Diffstat (limited to 'html')
-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 8c6bb69b..aa6e13aa 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.75em; height: 0.75em; margin-bottom: 0; margin-right: 0.125em } +IMG.coll { width : 0.75em; height: 0.75em; margin-bottom: 0; margin-right: 0.5em } /* --------- Documentation elements ---------- */ |