diff fonts/fontello/css/fontello-ie7.css @ 68:a9637d6fc4e6

fonts (icons): added "feed" icon
author Goffi <goffi@goffi.org>
date Tue, 09 Jul 2019 20:05:36 +0200
parents b7bc4a365708
children 8fbcc243bba4
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css	Fri Jun 28 15:26:14 2019 +0200
+++ b/fonts/fontello/css/fontello-ie7.css	Tue Jul 09 20:05:36 2019 +0200
@@ -48,6 +48,7 @@
 .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-feed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&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;'); }