From 1fc1199f317a0c7aec356325522e304027f20aa4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 10 Feb 2014 03:54:23 -0500 Subject: [PATCH] fix(css) error position: add left --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index cce98d6c..426973da 100644 --- a/css/style.css +++ b/css/style.css @@ -76,6 +76,7 @@ body { .error::before { position : relative; + left : -15px; font-family : 'Fontello'; font-size : 14px; color : rgb(222, 41, 41);