diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-10-06 22:38:06 -0400 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-10-24 14:59:53 +0200 |
| commit | 218e5ea6557b696f6775f71ed88d87fb37b099c4 (patch) | |
| tree | 955e13a8ea04835654cf429e8a8713f05335a1be | |
| parent | b112ac5f00a5a6f85b161e373b7b5d93072f2f18 (diff) | |
| download | phorkie-218e5ea6557b696f6775f71ed88d87fb37b099c4.tar.gz phorkie-218e5ea6557b696f6775f71ed88d87fb37b099c4.zip | |
Align Font-Awesome button icons to bottom of text rather than top
| -rw-r--r-- | www/css/phorkie.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; +} |
