aggregator.css 725 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #aggregator .feed-source .feed-title {
  2. margin-top: 0;
  3. }
  4. #aggregator .feed-source .feed-image img {
  5. margin-bottom: 0.75em;
  6. }
  7. #aggregator .feed-source .feed-icon {
  8. float: right; /* LTR */
  9. display: block;
  10. }
  11. #aggregator .feed-item {
  12. margin-bottom: 1.5em;
  13. }
  14. #aggregator .feed-item-title {
  15. margin-bottom: 0;
  16. font-size: 1.3em;
  17. }
  18. #aggregator .feed-item-meta,
  19. #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. }