diff options
Diffstat (limited to 'source/fonts/fontello/css/fontello-ie7.css')
-rw-r--r-- | source/fonts/fontello/css/fontello-ie7.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/fonts/fontello/css/fontello-ie7.css b/source/fonts/fontello/css/fontello-ie7.css new file mode 100644 index 00000000..94687693 --- /dev/null +++ b/source/fonts/fontello/css/fontello-ie7.css @@ -0,0 +1,14 @@ +[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-rss { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-cc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
\ No newline at end of file |