Add image font.

This commit is contained in:
Roger Braun 2016-10-30 16:12:08 +01:00
parent a7ce51b4b0
commit ba09e05036
16 changed files with 682 additions and 0 deletions

View file

@ -0,0 +1,5 @@
.icon-retweet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-reply { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }