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

This commit is contained in:
coderaiser 2013-09-06 13:11:20 +00:00
parent a3a66b004c
commit 114d65d609

View file

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