diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-01-08 21:16:14 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-01-08 21:18:39 -0800 |
commit | f818d439160c8f06add42dd10cfcdbddc71b04d7 (patch) | |
tree | d3a6c54a0102826fbfbd1abcf55182fcd1004e00 /source/fonts/fontello/css/fontello-ie7-codes.css | |
parent | f0ef7cf56c4789e3862b7f49502955afa9d54097 (diff) | |
download | my_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-codes.css')
-rw-r--r-- | source/fonts/fontello/css/fontello-ie7-codes.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/fonts/fontello/css/fontello-ie7-codes.css b/source/fonts/fontello/css/fontello-ie7-codes.css new file mode 100644 index 00000000..703420ac --- /dev/null +++ b/source/fonts/fontello/css/fontello-ie7-codes.css @@ -0,0 +1,3 @@ + +.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 |