commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / modules / aggregator / aggregator.css
CommitLineData
7f254ad8
AE
1/**
2 * Styles for theme in the Aggregator module.
3 */
4
5#aggregator .feed-source .feed-title {
6 margin-top: 0;
7}
8#aggregator .feed-source .feed-image img {
9 margin-bottom: 0.75em;
10}
11#aggregator .feed-source .feed-icon {
12 float: right; /* LTR */
13 display: block;
14}
15#aggregator .feed-item {
16 margin-bottom: 1.5em;
17}
18#aggregator .feed-item-title {
19 margin-bottom: 0;
20 font-size: 1.3em;
21}
22#aggregator .feed-item-meta,
23#aggregator .feed-item-body {
24 margin-bottom: 0.5em;
25}
26#aggregator .feed-item-categories {
27 font-size: 0.9em;
28}
29#aggregator td {
30 vertical-align: bottom;
31}
32#aggregator td.categorize-item {
33 white-space: nowrap;
34}
35#aggregator .categorize-item .news-item .body {
36 margin-top: 0;
37}
38#aggregator .categorize-item h3 {
39 margin-bottom: 1em;
40 margin-top: 0;
41}