summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-10 15:31:26 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-10 15:31:26 +0000
commit86f8a25059e2e2d9769db23ddecc115d2a5976c2 (patch)
tree1b5ea881df9acbe9f92653c21553d5d050f8a851 /misc
parent94c1c06d8abf2b003d364a3642a1a9fad5154179 (diff)
downloadbrdo-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.css10
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;