summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/drupal.css23
1 files changed, 8 insertions, 15 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index f749d8155..680fb6460 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -202,26 +202,19 @@ tr.odd .form-item, tr.even .form-item {
float: right;
display: block;
}
-#aggregator .news-item {
- clear: both;
- padding-bottom: 1em;
+#aggregator .feed-item {
+ margin-bottom: 1.5em;
}
-#aggregator .news-item .date {
- float: right;
+#aggregator .feed-item-title {
+ margin-bottom: 0;
+ font-size: 1.3em;
}
-#aggregator .news-item .body {
- margin-top: 1em;
- margin-left: 1em;
+#aggregator .feed-item-meta, #aggregator .feed-item-body {
+ margin-bottom: 0.5em;
}
-#aggregator .news-item .body .feed-source {
+#aggregator .feed-item-categories {
font-size: 0.9em;
}
-#aggregator .news-item .title {
- float: left;
-}
-#aggregator .news-item .description {
- clear: both;
-}
#aggregator td {
vertical-align: bottom;
}