fsfe-website/fsfe.org/look/font-icon-no-js.less

34 lines
748 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* fixing fonts icons for no-script tools */
.no-js {
.fa {
font-family: @font-family-sans-serif;
}
.fa.fa-home:before {
content: "";
}
.fa.fa-rss:before {
content: " ";
width: 15px;
height: 15px;
display: block;
background: url('/graphics/rss.png') top left no-repeat;
}
.fa.fa-comments-o:before {
content: " ";
width: 19px;
height: 15px;
display: block;
background: url('/graphics/identica.png') top left no-repeat;
}
.fa.fa-calendar-o:before {
content: " ";
width: 15px;
height: 15px;
display: block;
background: url('/graphics/ical.png') top left no-repeat;
}
}