From cd8536a66525fc96bc3f612913065ac9ee498873 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Sun, 18 Jul 2010 04:41:38 +0000 Subject: fixed alphabet on index page, and styling of it and packages in module lists --- html/shaddock.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'html/shaddock.css') 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 -- cgit v1.2.3