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 = '&#xe822;&nbsp;'); }
 .icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;'); }
 .icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;'); }
+.icon-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;'); }
 .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&nbsp;'); }
 .icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;&nbsp;'); }
 .icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;&nbsp;'); }