From f7dbb109d66dfd2261f63e7867fb397d36654e6e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 15 Apr 2014 04:04:52 -0400 Subject: [PATCH] fix(style) error::before: position --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 559797c2..9c571cf7 100644 --- a/css/style.css +++ b/css/style.css @@ -88,7 +88,8 @@ body { .error::before { position : relative; - left : -15px; + right : 15px; + bottom : 1px; font-family : 'Fontello'; font-size : 14px; color : rgb(222, 41, 41);