fix(css) .icon height, width: 15.5 -> 15

This commit is contained in:
coderaiser 2013-09-06 11:25:25 +00:00
parent b48d7ba7fa
commit 74a2f16b53

View file

@ -67,9 +67,9 @@ body {
.icon {
display : inline-block;
font-family : 'Fontello';
height : 15.5px;
height : 15px;
margin-left : 0.5%;
width : 15.5px;
width : 15px;
}
.error::before {