diff options
Diffstat (limited to 'static/font/css/fontello-ie7.css')
| -rw-r--r-- | static/font/css/fontello-ie7.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/font/css/fontello-ie7.css b/static/font/css/fontello-ie7.css new file mode 100644 index 00000000..2276576a --- /dev/null +++ b/static/font/css/fontello-ie7.css @@ -0,0 +1,16 @@ +[class^="icon-"], [class*=" icon-"] { + font-family: 'fontello'; + font-style: normal; + font-weight: normal; + + /* fix buttons height */ + line-height: 1em; + + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ +} + +.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 |
