From 218e5ea6557b696f6775f71ed88d87fb37b099c4 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Sat, 6 Oct 2012 22:38:06 -0400 Subject: [PATCH] Align Font-Awesome button icons to bottom of text rather than top --- www/css/phorkie.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; +} -- 2.30.2