Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7.css @ 46:3cd7354ab2dc
fonts (icons): added "merge" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 27 Mar 2018 08:34:18 +0200 |
parents | 1d4716222c41 |
children | 56344bb45feb |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css Mon Mar 26 21:34:22 2018 +0200 +++ b/fonts/fontello/css/fontello-ie7.css Tue Mar 27 08:34:18 2018 +0200 @@ -17,6 +17,7 @@ .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-merge { *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 = ' '); }