1 /* Styles for links to RSS/Atom feeds in sidebar */
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
);
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;