fix(css) error position: add left

This commit is contained in:
coderaiser 2014-02-10 03:54:23 -05:00
parent c1cfd872a1
commit 1fc1199f31

View file

@ -76,6 +76,7 @@ body {
.error::before {
position : relative;
left : -15px;
font-family : 'Fontello';
font-size : 14px;
color : rgb(222, 41, 41);