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/shaddock.css | |
parent | d03e6a21c09b1d5257727895e33addfcc966e437 (diff) |
fixed alphabet on index page, and styling of it and packages in module lists
Diffstat (limited to 'html/shaddock.css')
-rw-r--r-- | html/shaddock.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/html/shaddock.css b/html/shaddock.css index 4a46dd45..8ab3e57d 100644 --- a/html/shaddock.css +++ b/html/shaddock.css @@ -389,6 +389,24 @@ div.arguments { background-color: #6060ff } + +#alphabet ul { + list-style: none; + padding: 0; + margin: 0.5em 0 0; + font-family: "Gill Sans", "Helvetica Neue","Arial",sans-serif; + font-weight: bold; +} + +#alphabet li { + display: inline; + margin: 0 0.25em; +} + +#alphabet a { + text-decoration: none; +} + #index td { background-color: #f0f0f0; padding-left: 1em; @@ -419,4 +437,8 @@ body#mini { #module-list ul { list-style: none; margin-top: 0.5em; +} + +#module-list .package { + float: right; }
\ No newline at end of file |