diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-15 15:58:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-15 15:58:20 +0000 |
commit | d9cb4522bd0f445eef49316a5c9dd798e2803754 (patch) | |
tree | 8bfbeb2c292df21f15252ae47c631ec026934c13 /misc | |
parent | 7e60456ca98e9faa12fcf2ea56ee57f31c6450af (diff) | |
download | brdo-d9cb4522bd0f445eef49316a5c9dd798e2803754.tar.gz brdo-d9cb4522bd0f445eef49316a5c9dd798e2803754.tar.bz2 |
- Book module improvements. This commit changes the behavior of the "view"
hook. See mailing list for details; search for a mail with the subject:
'[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 062510d82..fa8fa72c5 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -34,34 +34,30 @@ th { .book { margin-bottom: 2em; } -.book hr { - clear: both; - border: 0; - height: 1px; - background-color: #888; - color: #888; -} .book .title { font-weight: bold; font-size: 1.3em; + margin-bottom:1em; } -.book .last-updated { - font-size: 0.8em; - margin-top: 0.25em; +.book .tree { + margin-bottom: 2em; } -.book .body { - margin: 1em 0 1em 0; +.book .name { + padding-top:1em; + font-weight: bold; + font-size: 1em; } -.book .links { - clear: both; +.book .nav { border-top: 1px solid #888; - padding-top: 0.5em; + padding-top:0.5em; + padding-bottom: 2em; + border-bottom: 1px solid #888; + clear:both; } .book .nav .links { - margin-top: 2em; + clear: both; } -.book .nav { - margin: 1em 0; +.book .nav .titles { clear: both; } .book .nav .prev { @@ -77,9 +73,6 @@ th { .book .nav .up { text-align: center; } -.book .nav .titles { - clear: both; -} .calendar .row-week td a { display: block; } |