aboutsummaryrefslogtreecommitdiff
path: root/html/thaddock.css
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-18 04:41:38 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-18 04:41:38 +0000
commitcd8536a66525fc96bc3f612913065ac9ee498873 (patch)
tree04ce036b6cc24f648f17cf7dffe1ef2c559395c9 /html/thaddock.css
parentd03e6a21c09b1d5257727895e33addfcc966e437 (diff)
fixed alphabet on index page, and styling of it and packages in module lists
Diffstat (limited to 'html/thaddock.css')
-rw-r--r--html/thaddock.css26
1 files changed, 22 insertions, 4 deletions
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,