You are here

aggregator-rtl.css in Drupal 7

Same filename and directory in other branches
  1. 6 modules/aggregator/aggregator-rtl.css
/**
 * Right-to-Left styles for theme in the Aggregator module.
 */

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

File

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. }