diff options
Diffstat (limited to 'static/font/css/fontello-ie7-codes.css')
| -rw-r--r-- | static/font/css/fontello-ie7-codes.css | 5 |
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 = ' '); } +.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 = ' '); }
\ No newline at end of file |
