source: sipes/cord/modules/aggregator/aggregator.css @ 8a8efa8

stableversion-3.0
Last change on this file since 8a8efa8 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 725 octetos
Línea 
1
2#aggregator .feed-source .feed-title {
3  margin-top: 0;
4}
5#aggregator .feed-source .feed-image img {
6  margin-bottom: 0.75em;
7}
8#aggregator .feed-source .feed-icon {
9  float: right; /* LTR */
10  display: block;
11}
12#aggregator .feed-item {
13  margin-bottom: 1.5em;
14}
15#aggregator .feed-item-title {
16  margin-bottom: 0;
17  font-size: 1.3em;
18}
19#aggregator .feed-item-meta, #aggregator .feed-item-body {
20  margin-bottom: 0.5em;
21}
22#aggregator .feed-item-categories {
23  font-size: 0.9em;
24}
25#aggregator td {
26  vertical-align: bottom;
27}
28#aggregator td.categorize-item {
29  white-space: nowrap;
30}
31#aggregator .categorize-item .news-item .body {
32  margin-top: 0;
33}
34#aggregator .categorize-item h3 {
35  margin-bottom: 1em;
36  margin-top: 0;
37}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.