diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-12-27 21:18:09 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-12-27 21:18:09 +0100 |
commit | d0cfa1dad6993dedc1c5d3eaec9d81b72b7eb863 (patch) | |
tree | 634c6a1e7ce2f3eaa5c2db2d5c8267d03925da40 | |
parent | 77183fb26b6b9e00b4423fbcdceb01a16021793d (diff) |
fix glyphicon path
-rw-r--r-- | public/css/theme0.css | 4 | ||||
-rw-r--r-- | public/css/theme1.css | 4 | ||||
-rw-r--r-- | public/css/theme2.css | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css index 8350a6b4..10d00d39 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -251,8 +251,8 @@ th { } @font-face { font-family: 'Glyphicons Halflings'; - src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); - src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); + src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; diff --git a/public/css/theme1.css b/public/css/theme1.css index 9606f429..4e98dcc2 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -274,8 +274,8 @@ th { } @font-face { font-family: 'Glyphicons Halflings'; - src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); - src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); + src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; diff --git a/public/css/theme2.css b/public/css/theme2.css index 44d40523..e2a17878 100644 --- a/public/css/theme2.css +++ b/public/css/theme2.css @@ -251,8 +251,8 @@ th { } @font-face { font-family: 'Glyphicons Halflings'; - src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); - src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); + src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; |