From 7cbb40dd4d0866a1a408a7ac4afa951cc724498a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 6 Sep 2013 13:19:16 +0000 Subject: [PATCH] fix(css) .icon height: 14.95 -> 14.8(ie) --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index bd32e2c5..94ec3b6a 100644 --- a/css/style.css +++ b/css/style.css @@ -64,7 +64,7 @@ body { .icon { display : inline-block; font-family : 'Fontello'; - height : 14.95px; + height : 14.8px; margin-left : 0.5%; width : 15px; }