aboutsummaryrefslogtreecommitdiff
path: root/source/fonts/fontello/css/fontello-ie7.css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-01-08 21:16:14 -0800
committerZhiming Wang <zmwangx@gmail.com>2016-01-08 21:18:39 -0800
commitf818d439160c8f06add42dd10cfcdbddc71b04d7 (patch)
treed3a6c54a0102826fbfbd1abcf55182fcd1004e00 /source/fonts/fontello/css/fontello-ie7.css
parentf0ef7cf56c4789e3862b7f49502955afa9d54097 (diff)
downloadmy_new_personal_website-f818d439160c8f06add42dd10cfcdbddc71b04d7.tar.xz
my_new_personal_website-f818d439160c8f06add42dd10cfcdbddc71b04d7.zip
Add stuff to source/ and exclude them
The lonely templates/template.html finally finds it home in the cozy source/, where it rightfully belongs, without the need to worry about being exposed to the world in build/ ;) The full fontello distribution I downloaded (and unpacked) from fontello.com is now in source/fonts/fontello.
Diffstat (limited to 'source/fonts/fontello/css/fontello-ie7.css')
-rw-r--r--source/fonts/fontello/css/fontello-ie7.css14
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 = '&#xe800;&nbsp;'); }
+.icon-cc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); } \ No newline at end of file