From 12b4e2d76818e8a21613a2491a6fba100e4f0c09 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 6 Aug 2013 13:00:45 +0000 Subject: [PATCH] fix(css) .icon: {width, height: 16px -> 15.5px} --- css/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index b1362d92..ac3978cf 100644 --- a/css/style.css +++ b/css/style.css @@ -62,12 +62,11 @@ body { text-shadow:black 0 0 1px; } .icon { - display:inline-block; - width:16px; - height:16px; - margin-left:0.5%; - /* font-family: 'GeneralFoundicons'; */ - font-family: 'Fontello'; + display : inline-block; + font-family : 'Fontello'; + height : 15.5px; + margin-left : 0.5%; + width : 15.5px; } .error::before { position: relative;