fixing icons for no-js

svn path=/trunk/; revision=27787
This commit is contained in:
2014-01-30 15:09:14 +00:00
parent 1837833936
commit db13012410
5 changed files with 27 additions and 2 deletions
+1
View File
@@ -145,3 +145,4 @@ a.the-fellowship {
@import "fonts.less";
@import "font-icon-no-js.less";
+1 -1
View File
File diff suppressed because one or more lines are too long
+21
View File
@@ -0,0 +1,21 @@
/* 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: "RSS";
}
.fa.fa-comments-o:before {
content: "identi.ca";
}
.fa.fa-calendar-o:before {
content: "iCal";
}
}
+3
View File
@@ -153,6 +153,7 @@ a.the-fellowship {
}
#latest-news-list, #more-news-list {
list-style-type: none;
font-size: 1.2em;
@@ -322,3 +323,5 @@ a.the-fellowship {
}
@import "fonts.less";
@import "font-icon-no-js.less";
+1 -1
View File
File diff suppressed because one or more lines are too long