aggregator-rtl.css

/**
 * Right-to-Left styles for theme in the Aggregator module.
 */

#aggregator .feed-source .feed-icon {
  float: left;
}

File

drupal/modules/aggregator/aggregator-rtl.css
View source
  1. /**
  2. * Right-to-Left styles for theme in the Aggregator module.
  3. */
  4. #aggregator .feed-source .feed-icon {
  5. float: left;
  6. }