web/drupal/modules/aggregator/aggregator.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     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 }