diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-18 04:41:38 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-18 04:41:38 +0000 |
commit | cd8536a66525fc96bc3f612913065ac9ee498873 (patch) | |
tree | 04ce036b6cc24f648f17cf7dffe1ef2c559395c9 /html/xhaddock.css | |
parent | d03e6a21c09b1d5257727895e33addfcc966e437 (diff) |
fixed alphabet on index page, and styling of it and packages in module lists
Diffstat (limited to 'html/xhaddock.css')
-rw-r--r-- | html/xhaddock.css | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css index 2fca2aed..695acc43 100644 --- a/html/xhaddock.css +++ b/html/xhaddock.css @@ -195,7 +195,8 @@ dl.info dd { #description .caption, #synopsis .caption, -#module-list .caption { +#module-list .caption, +#index .caption { padding-top: 15px; font-weight: bold; font-size: 150% @@ -387,16 +388,35 @@ td.rdoc p { #module-list ul { list-style: none; - margin-left: 10px; padding-bottom: 15px; + padding-left: 2px; + margin: 0; +} + +#module-list ul ul { + padding-bottom: 0; + padding-left: 20px; } +#module-list li .package { + float: right; +} #mini #module-list .caption { display: none; } #index .caption { - display: none; +} + +#alphabet ul { + list-style: none; + padding: 0; + margin: 0.5em 0 0; +} + +#alphabet li { + display: inline; + margin: 0 0.2em; } #index .src { |