Align Font-Awesome button icons to bottom of text rather than top
[phorkie.git] / www / css / phorkie.css
index 09e833d8d2fc745266709bdd493c99fc13e88149..9cca2dfdf54a204f9f632fcd0195c83ecc6d4640 100644 (file)
@@ -141,4 +141,8 @@ form input#description {
 
 form label.inline {
     display: inline;
-}
\ No newline at end of file
+}
+
+.btn [class^="icon-"], .btn [class*=" icon-"] {
+    line-height: 1.1em;
+}