fixing icons for no-js
svn path=/trunk/; revision=27787
This commit is contained in:
@@ -145,3 +145,4 @@ a.the-fellowship {
|
||||
|
||||
|
||||
@import "fonts.less";
|
||||
@import "font-icon-no-js.less";
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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";
|
||||
}
|
||||
}
|
||||
@@ -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";
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user