xref: /template/strap/resources/theme/default/components/css/interwiki.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1/* Needed to work with the interwiki functionality - except on button */
2a.link-interwiki:not(.btn) {
3    background-repeat: no-repeat;
4    background-position: 0 center;
5    padding: 0 0 0 1.4em;
6    background-size: 1.2em;
7}
8