Firefox text align

by Jools Chadwick

HTML

<i></i><span>Hello</span>

CSS

i{
  background-image: url("http://vignette4.wikia.nocookie.net/finalfantasy/images/b/b2/FFL_Book_Icon.png/revision/latest?cb=20130826155423"); 
  background-position: center center;
  background-size: auto auto;
  width: 16px;
  background-repeat: no-repeat;
}
span,i{
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align:top;
    padding-left: 1px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}