Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7-codes.css @ 72:8fbcc243bba4
fonts (icons): added share icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 21 Oct 2019 23:39:22 +0200 |
parents | a9637d6fc4e6 |
children | d0a77057c9ab |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css Mon Oct 21 23:38:20 2019 +0200 +++ b/fonts/fontello/css/fontello-ie7-codes.css Mon Oct 21 23:39:22 2019 +0200 @@ -49,5 +49,6 @@ .icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-file-audio { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-file-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-server { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } \ No newline at end of file