Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7-codes.css @ 58:b185ee5c3f25
fonts (icons): added "pencil" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Jun 2018 12:45:05 +0200 |
parents | 3674c144c0f1 |
children | adc174b6c7a7 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css Thu May 24 23:11:38 2018 +0200 +++ b/fonts/fontello/css/fontello-ie7-codes.css Fri Jun 01 12:45:05 2018 +0200 @@ -17,6 +17,7 @@ .icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-exchange { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-level-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }