Merge "Add support for 'hu-formal'"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.feedlink.css
1 /* Styles for links to RSS/Atom feeds in sidebar */
2
3 a.feedlink {
4 /* SVG support using a transparent gradient to guarantee cross-browser
5 * compatibility (browsers able to understand gradient syntax support also SVG).
6 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
7 background-image: url( images/feed-icon.png );
8 /* @embed */
9 background-image: linear-gradient( transparent, transparent ), url( images/feed-icon.svg );
10 background-position: center left;
11 background-repeat: no-repeat;
12 background-size: 12px 12px;
13 padding-left: 16px;
14 }