8 lines
124 B
CSS
8 lines
124 B
CSS
|
/**
|
||
|
* Right-to-Left styles for theme in the Aggregator module.
|
||
|
*/
|
||
|
|
||
|
#aggregator .feed-source .feed-icon {
|
||
|
float: left;
|
||
|
}
|