Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7-codes.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-codes.css Fri Jun 28 15:26:14 2019 +0200 +++ b/fonts/fontello/css/fontello-ie7-codes.css Tue Jul 09 20:05:36 2019 +0200 @@ -37,6 +37,7 @@ .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-feed { *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 = ' '); }