Mercurial > defr > drupal > core
comparison modules/aggregator/aggregator.css @ 1:c1f4ac30525a 6.0
Drupal 6.0
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:28:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:5a113a1c4740 | 1:c1f4ac30525a |
---|---|
1 /* $Id: aggregator.css,v 1.2 2007/05/27 17:57:47 goba Exp $ */ | |
2 | |
3 #aggregator .feed-source .feed-title { | |
4 margin-top: 0; | |
5 } | |
6 #aggregator .feed-source .feed-image img { | |
7 margin-bottom: 0.75em; | |
8 } | |
9 #aggregator .feed-source .feed-icon { | |
10 float: right; /* LTR */ | |
11 display: block; | |
12 } | |
13 #aggregator .feed-item { | |
14 margin-bottom: 1.5em; | |
15 } | |
16 #aggregator .feed-item-title { | |
17 margin-bottom: 0; | |
18 font-size: 1.3em; | |
19 } | |
20 #aggregator .feed-item-meta, #aggregator .feed-item-body { | |
21 margin-bottom: 0.5em; | |
22 } | |
23 #aggregator .feed-item-categories { | |
24 font-size: 0.9em; | |
25 } | |
26 #aggregator td { | |
27 vertical-align: bottom; | |
28 } | |
29 #aggregator td.categorize-item { | |
30 white-space: nowrap; | |
31 } | |
32 #aggregator .categorize-item .news-item .body { | |
33 margin-top: 0; | |
34 } | |
35 #aggregator .categorize-item h3 { | |
36 margin-bottom: 1em; | |
37 margin-top: 0; | |
38 } |