From 0a68a3591fd65308af1759203c121f6a095760df Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 11 Sep 2013 15:02:30 +0000 Subject: [PATCH] chore(css) .icon: change property order --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 94ec3b6a..77930609 100644 --- a/css/style.css +++ b/css/style.css @@ -63,10 +63,10 @@ body { .icon { display : inline-block; - font-family : 'Fontello'; + width : 15px; height : 14.8px; margin-left : 0.5%; - width : 15px; + font-family : 'Fontello'; } .error::before {