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