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/thaddock.css | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'html/thaddock.css') diff --git a/html/thaddock.css b/html/thaddock.css index f09fc546..79b8767a 100644 --- a/html/thaddock.css +++ b/html/thaddock.css @@ -302,6 +302,22 @@ dd { font-size: 80%; } +#alphabet ul { + list-style: none; + padding: 0; + margin: 0.5em 0 0; +} + +#alphabet li { + display: inline; + margin: 0 0.25em; +} + +#alphabet a { + text-decoration: none; + font-weight: bold; +} + .module { } @@ -321,16 +337,18 @@ dd { #module-list ul { list-style: none; - margin: 0 0 0 -10px; padding: 0; + margin: 0; } #module-list li { margin: 0; border-top: 1px solid #eaeaea; - padding-top: 2px; - padding-bottom: 2px; - padding-left: 10px; + padding: 2px 0 2px 1.4em; +} + +#module-list li .package { + float: right; } #mini #interface .top, -- cgit v1.2.3