fix(css) .icon height: 14.95 -> 14.8(ie)

This commit is contained in:
coderaiser 2013-09-06 13:19:16 +00:00
parent 114d65d609
commit 7cbb40dd4d

View file

@ -64,7 +64,7 @@ body {
.icon {
display : inline-block;
font-family : 'Fontello';
height : 14.95px;
height : 14.8px;
margin-left : 0.5%;
width : 15px;
}