Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7.css @ 54:7c32c7d4bbb4
fonts (icons): re-added "comment-empty", removed while still used
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 11 May 2018 16:06:34 +0200 |
parents | 00f80adfcf0e |
children | 3674c144c0f1 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css Tue May 01 20:41:27 2018 +0200 +++ b/fonts/fontello/css/fontello-ie7.css Fri May 11 16:06:34 2018 +0200 @@ -27,6 +27,7 @@ .icon-dot-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-wrench { *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 = ' '); } .icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }