Same filename and directory in other branches
  1. 6.x modules/aggregator/aggregator.css
  2. 7.x modules/aggregator/aggregator.css
#aggregator .feed-source .feed-title {
  margin-top: 0;
}
#aggregator .feed-source .feed-image img {
  margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
  float: right;
  display: block;
}
#aggregator .feed-item {
  margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
  margin-bottom: 0;
  font-size: 1.3em;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
  margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
  font-size: 0.9em;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}

File

modules/aggregator/aggregator.css
View source
  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;
  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, #aggregator .feed-item-body {
  19. margin-bottom: 0.5em;
  20. }
  21. #aggregator .feed-item-categories {
  22. font-size: 0.9em;
  23. }
  24. #aggregator td {
  25. vertical-align: bottom;
  26. }
  27. #aggregator td.categorize-item {
  28. white-space: nowrap;
  29. }
  30. #aggregator .categorize-item .news-item .body {
  31. margin-top: 0;
  32. }
  33. #aggregator .categorize-item h3 {
  34. margin-bottom: 1em;
  35. margin-top: 0;
  36. }