aboutsummaryrefslogtreecommitdiff
path: root/static/font/css/fontello-ie7-codes.css
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-10-30 16:12:08 +0100
committerRoger Braun <roger@rogerbraun.net>2016-10-30 16:12:08 +0100
commitba09e05036d64715521ef6a739b0152161880cea (patch)
tree40fdae7f139487059c4aebe330ef872d53b5cbfd /static/font/css/fontello-ie7-codes.css
parenta7ce51b4b0d4ef61a28c0787f6ddf4dbb3c6f289 (diff)
Add image font.
Diffstat (limited to 'static/font/css/fontello-ie7-codes.css')
-rw-r--r--static/font/css/fontello-ie7-codes.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/font/css/fontello-ie7-codes.css b/static/font/css/fontello-ie7-codes.css
new file mode 100644
index 00000000..ca8259c0
--- /dev/null
+++ b/static/font/css/fontello-ie7-codes.css
@@ -0,0 +1,5 @@
+
+.icon-retweet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
+.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
+.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
+.icon-reply { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;&nbsp;'); } \ No newline at end of file