Simplify icon style selectors

All FontAwesome icons have an `fa` class, so just use that.
This commit is contained in:
Robert Speicher
2015-04-25 14:03:40 -04:00
parent 439b9f50af
commit e0262ee0a0
2 changed files with 2 additions and 2 deletions
@@ -117,7 +117,7 @@
color: #888;
text-shadow: 0 1px 1px #fff;
}
i[class~="fa"] {
i.fa {
line-height: 14px;
}
}
+1 -1
View File
@@ -136,7 +136,7 @@ ul.notes {
display: none;
float: right;
[class~="fa"] {
i.fa {
font-size: 16px;
line-height: 16px;
vertical-align: middle;