From d104e09694698f3a6ae8ed5ba1c18e840dfbed94 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 16 Sep 2013 09:12:39 +0000 Subject: [PATCH] refactor(css) font-family: .icon -> .error::before --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f24bd0cf..f8de5b4e 100644 --- a/css/style.css +++ b/css/style.css @@ -66,12 +66,12 @@ body { width : 15px; height : 14.8px; margin-left : 0.5%; - font-family : 'Fontello'; } .error::before { position: relative; font-size: 14px; + font-family : 'Fontello'; color: rgb(222, 41, 41); cursor :default; content: '\2757';