From: Justin J. Novack Date: Sun, 7 Oct 2012 02:38:06 +0000 (-0400) Subject: Align Font-Awesome button icons to bottom of text rather than top X-Git-Tag: v0.4.0~118 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/218e5ea6557b696f6775f71ed88d87fb37b099c4 Align Font-Awesome button icons to bottom of text rather than top --- diff --git a/www/css/phorkie.css b/www/css/phorkie.css index 09e833d..9cca2df 100644 --- a/www/css/phorkie.css +++ b/www/css/phorkie.css @@ -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; +}