2014-01-30 15:09:14 +00:00
|
|
|
|
|
|
|
|
|
/* 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 {
|
2014-01-31 08:50:17 +00:00
|
|
|
|
content: " ";
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
2014-01-31 09:03:00 +00:00
|
|
|
|
display: block;
|
2014-01-31 08:50:17 +00:00
|
|
|
|
background: url('/graphics/rss.png') top left no-repeat;
|
2014-01-30 15:09:14 +00:00
|
|
|
|
}
|
|
|
|
|
.fa.fa-comments-o:before {
|
2014-01-31 08:50:17 +00:00
|
|
|
|
content: " ";
|
|
|
|
|
width: 19px;
|
|
|
|
|
height: 15px;
|
2014-01-31 09:03:00 +00:00
|
|
|
|
display: block;
|
2014-01-31 08:50:17 +00:00
|
|
|
|
background: url('/graphics/identica.png') top left no-repeat;
|
2014-01-30 15:09:14 +00:00
|
|
|
|
}
|
|
|
|
|
.fa.fa-calendar-o:before {
|
2014-01-31 08:50:17 +00:00
|
|
|
|
content: " ";
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
2014-01-31 09:03:00 +00:00
|
|
|
|
display: block;
|
2014-01-31 08:50:17 +00:00
|
|
|
|
background: url('/graphics/ical.png') top left no-repeat;
|
2014-01-30 15:09:14 +00:00
|
|
|
|
}
|
|
|
|
|
}
|