diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-08-22 17:06:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-08-22 17:06:44 +0000 |
commit | 4e2ee96d4c04fbee06abcd3d0bf84a7893792c7f (patch) | |
tree | fe81455832b44894f1cb9b96a3690279a2c195f9 /misc | |
parent | 134c9eb8878a814d6955e6471aa10f93302d20f8 (diff) | |
download | brdo-4e2ee96d4c04fbee06abcd3d0bf84a7893792c7f.tar.gz brdo-4e2ee96d4c04fbee06abcd3d0bf84a7893792c7f.tar.bz2 |
- Removed left-overs from the rating module. Patch by Gerhard. Updated the
PostgreSQL and MSSQL database scheme as well.
- Made sure the update script updates the correct tables when database
prefixing is enabled. Patch by Bart Jansens.
- Improved the breadcrumb navigation of the book and the forum module as per
Keith Instone's suggestions.
- Updated page titles (or block titles) and links to match. Suggested by
Keith Instone.
- Added missing 'thread' field to the comment table of the MySQL database scheme.
Fixes bug #2590.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 5989f964e..1a0299520 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -127,7 +127,7 @@ th { font-size: 0.9em; margin: 0.5em; } -#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.statistics, #forum td.settings, #forum td.pager { +#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager { text-align: center; white-space: nowrap; } |