fix(css) .icon: {width, height: 16px -> 15.5px}

This commit is contained in:
coderaiser 2013-08-06 13:00:45 +00:00
parent 8b1af21bb2
commit 12b4e2d768

View file

@ -62,12 +62,11 @@ body {
text-shadow:black 0 0 1px;
}
.icon {
display:inline-block;
width:16px;
height:16px;
margin-left:0.5%;
/* font-family: 'GeneralFoundicons'; */
font-family: 'Fontello';
display : inline-block;
font-family : 'Fontello';
height : 15.5px;
margin-left : 0.5%;
width : 15.5px;
}
.error::before {
position: relative;