Commit e0262ee0 authored by Robert Speicher's avatar Robert Speicher

Simplify icon style selectors

All FontAwesome icons have an `fa` class, so just use that.
parent 439b9f50
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
color: #888; color: #888;
text-shadow: 0 1px 1px #fff; text-shadow: 0 1px 1px #fff;
} }
i[class~="fa"] { i.fa {
line-height: 14px; line-height: 14px;
} }
} }
......
...@@ -136,7 +136,7 @@ ul.notes { ...@@ -136,7 +136,7 @@ ul.notes {
display: none; display: none;
float: right; float: right;
[class~="fa"] { i.fa {
font-size: 16px; font-size: 16px;
line-height: 16px; line-height: 16px;
vertical-align: middle; vertical-align: middle;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment