From 92898e535b05fb128e641645dc58e30a88800a17 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 4 Oct 2013 10:49:05 +0000 Subject: [PATCH] refactor(style) .error: set correct order --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index e0c627bf..c19f8650 100644 --- a/css/style.css +++ b/css/style.css @@ -66,12 +66,12 @@ body { } .error::before { - position: relative; - font-size: 14px; + position : relative; font-family : 'Fontello'; - color: rgb(222, 41, 41); - cursor :default; - content: '\2757'; + font-size : 14px; + color : rgb(222, 41, 41); + cursor : default; + content : '\2757'; } .loading {