Issue #1924528 by JohnAlbin: Fixed Remove aggregator.theme.css deprecated by entity conversion #293318.

8.0.x
Dries 2013-03-08 08:52:29 -05:00
parent 2ea8488a99
commit 94df79fbc1
2 changed files with 0 additions and 15 deletions

View File

@ -1,7 +0,0 @@
/**
* Right-to-Left styles for theme in the Aggregator module.
*/
.aggregator .feed-icon {
float: left;
}

View File

@ -1,8 +0,0 @@
/**
* Styles for theme in the Aggregator module.
*/
.aggregator .feed-icon {
float: right; /* LTR */
display: block;
}