From 74a2f16b5323d5cfd931edf41725cffd53011326 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 6 Sep 2013 11:25:25 +0000 Subject: [PATCH] fix(css) .icon height, width: 15.5 -> 15 --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index acb149d6..d074b14b 100644 --- a/css/style.css +++ b/css/style.css @@ -67,9 +67,9 @@ body { .icon { display : inline-block; font-family : 'Fontello'; - height : 15.5px; + height : 15px; margin-left : 0.5%; - width : 15.5px; + width : 15px; } .error::before {