diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/haddock.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/html/haddock.css b/html/haddock.css index 1d52a9b2..67ef28d2 100644 --- a/html/haddock.css +++ b/html/haddock.css @@ -76,6 +76,21 @@ TD.body { padding-left: 10px } +TD.indexentry { + vertical-align: top; + padding-right: 10px + } + +TD.indexannot { + vertical-align: top; + padding-left: 20px; + white-space: nowrap + } + +TD.indexlinks { + width: 100% + } + /* ------- Section Headings ------- */ TD.section1 { |