/* CSS used for aggregator related output. */

/* Move RSS feed icon down a bit on <host>/aggregator/sources page. */

#aggregator .feed-icon img {
  margin-top: 12px;
}

/* A View is used to format ourput on <host>/aggregator/sources/<feed id> pages */

.cybersafe-aggregator-view .views-field-timestamp {
  margin-left: 16px;
}
.cybersafe-aggregator-view .views-field-title {
  margin-top: 6px; margin-left: 6px; margin-bottom:6px;
}
