Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7.css @ 67:b7bc4a365708
fonts (icons): added "box" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Jun 2019 15:26:14 +0200 |
parents | a0e7fcd735f3 |
children | a9637d6fc4e6 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css Sun May 05 20:30:54 2019 +0200 +++ b/fonts/fontello/css/fontello-ie7.css Fri Jun 28 15:26:14 2019 +0200 @@ -47,6 +47,7 @@ .icon-group { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }