summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-14 19:26:41 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-14 19:26:41 +0000
commit59925ef983fc1cc0c21b631c65d5f432f7b1b77e (patch)
tree252f8e4c16c45ed95396715f84b3b715ed5174b2 /misc
parentbb3b1e4c55b85ef20201322ecd492e401f87ca32 (diff)
downloadbrdo-59925ef983fc1cc0c21b631c65d5f432f7b1b77e.tar.gz
brdo-59925ef983fc1cc0c21b631c65d5f432f7b1b77e.tar.bz2
- Usability improvement: added a book navigation block.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index 20f6c81fd..109c6dbe1 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -78,10 +78,9 @@ li a.active {
}
.book .nav {
border-top: 1px solid #888;
- padding-top:0.5em;
padding-bottom: 2em;
border-bottom: 1px solid #888;
- clear:both;
+ clear: both;
}
.book .nav .links {
clear: both;
@@ -90,7 +89,7 @@ li a.active {
clear: both;
}
.book .nav .prev {
- float: left;
+ float: left;
text-align: left;
width: 45%;
padding-bottom: 0.5em;
@@ -104,7 +103,7 @@ li a.active {
.book .nav .up {
text-align: center;
}
-.block-book ul {
+.block ul {
margin: 0;
padding: 0 0 0.25em 1em;
}
@@ -296,8 +295,6 @@ pre, code {
}
.menu ul {
list-style: none;
- margin: 0;
- padding: 0 0 0.25em 1em;
border: none;
text-align:left;
}