summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-17 23:32:37 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-17 23:32:37 +0000
commitebf57d177bca3d6ff3c6f70f4ccdbfad6ff534dd (patch)
treee23cde5ae0eb7f8bff287ed008ba6a8c92e8114a /misc
parent1c3a3032533e67269bf21c0bd055a8fd5530c772 (diff)
downloadbrdo-ebf57d177bca3d6ff3c6f70f4ccdbfad6ff534dd.tar.gz
brdo-ebf57d177bca3d6ff3c6f70f4ccdbfad6ff534dd.tar.bz2
- Small CSS improvements to help fix bug 5145.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index 109c6dbe1..17148abad 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -19,14 +19,20 @@ img {
li.expanded {
list-style-type: circle;
list-style-image: url(menu-expanded.gif);
+ padding: 0.2em 0.5em 0 0;
+ margin: 0;
}
li.collapsed {
list-style-type: disc;
list-style-image: url(menu-collapsed.gif);
+ padding: 0.2em 0.5em 0 0;
+ margin: 0;
}
li.leaf {
list-style-type: square;
list-style-image: url(menu-leaf.gif);
+ padding: 0.2em 0.5em 0 0;
+ margin: 0;
}
li a.active {
color: #000;
@@ -78,8 +84,9 @@ li a.active {
}
.book .nav {
border-top: 1px solid #888;
- padding-bottom: 2em;
border-bottom: 1px solid #888;
+ padding-bottom: 3em;
+ padding-top: 1em;
clear: both;
}
.book .nav .links {
@@ -92,13 +99,11 @@ li a.active {
float: left;
text-align: left;
width: 45%;
- padding-bottom: 0.5em;
}
.book .nav .next {
float: right;
text-align: right;
width: 45%;
- padding-bottom: 0.5em;
}
.book .nav .up {
text-align: center;
@@ -298,10 +303,6 @@ pre, code {
border: none;
text-align:left;
}
-.menu li {
- margin: 0;
- padding: 0.2em 0.5em 0 0;
-}
.menu li a {
display: block;
width: 100%;