Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7-codes.css @ 45:1d4716222c41
fonts (icons): added "clipboard" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 26 Mar 2018 21:34:22 +0200 |
parents | 76c1ffbeb119 |
children | 3cd7354ab2dc |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css Mon Mar 26 08:08:50 2018 +0200 +++ b/fonts/fontello/css/fontello-ie7-codes.css Mon Mar 26 21:34:22 2018 +0200 @@ -5,6 +5,7 @@ .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-terminal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-blog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-clipboard { *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 = ' '); }