diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-10 15:31:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-10 15:31:26 +0000 |
commit | 86f8a25059e2e2d9769db23ddecc115d2a5976c2 (patch) | |
tree | 1b5ea881df9acbe9f92653c21553d5d050f8a851 /misc | |
parent | 94c1c06d8abf2b003d364a3642a1a9fad5154179 (diff) | |
download | brdo-86f8a25059e2e2d9769db23ddecc115d2a5976c2.tar.gz brdo-86f8a25059e2e2d9769db23ddecc115d2a5976c2.tar.bz2 |
Aggregator module improvements:
+ Added some a new theme fucntions to the aggregator to make it possible to
theme the aggregator page.
+ Removed the <table> and much hardcoded CSS as well as theme("box")-es.
+ Added the aggregator's theme functions to Doxygen's themeable group.
+ Added breadcrumb trails to the aggregator pages.
+ Updated the core themes to take advantages of the improved themeability.
Screenshot:
http://buytaert.net/temporary/aggregator-makeover.jpg
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 5435f93da..9efffa6ed 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -126,6 +126,16 @@ img { .form-submit { margin: 0.5em 0; } +.news-item .date { + float: left; +} +.news-item .body { + margin-top: 1em; + margin-left: 4em; +} +.news-item .body .feed { + font-size: 0.9em; +} #forum .description { font-size: 0.9em; margin: 0.5em; |