1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-12-13 12:42:41 +01:00

Font-Awesome fixed and IE9 removed (#52)

* replaced the font-awesome js with css
* fixed #47
* fixed #46
* removed IE9 support
This commit is contained in:
Tealk
2018-02-08 15:58:41 +01:00
committed by Tom Hutchison
parent d47024ebed
commit db642cbb53
5 changed files with 72 additions and 190 deletions

View File

@@ -25,9 +25,10 @@
"position": "top",
"styles": [
"assets/stylesheets/normalize.css",
"assets/stylesheets/font-awesome.css",
"assets/stylesheets/font-awesome.min.css",
"assets/stylesheets/foundation.css",
"assets/stylesheets/pivot.css",
"assets/stylesheets/fontawsome.css",
"assets/stylesheets/pivot-print.css"
]
},