mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-11 09:09:42 +00:00
Fixed an error with the glypicon fonts having the wrong URL
This commit is contained in:
@@ -369,8 +369,8 @@ th {
|
|||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
src: url(/static/fonts/../../fonts/glyphicons-halflings-regular.eot);
|
src: url(/static/fonts/glyphicons-halflings-regular.eot?1415201157);
|
||||||
src: url(/static/fonts/../../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
|
src: url(/static/fonts/glyphicons-halflings-regular.eot?&1415201157#iefix) format("embedded-opentype"), url(/static/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/glyphicons-halflings-regular.woff?1415201157) format("woff"), url(/static/fonts/glyphicons-halflings-regular.ttf?1415201157) format("truetype"), url(/static/fonts/glyphicons-halflings-regular.svg?1415201157#glyphicons_halflingsregular) format("svg");
|
||||||
}
|
}
|
||||||
/* line 22, ../../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
|
/* line 22, ../../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
|
||||||
.glyphicon {
|
.glyphicon {
|
||||||
|
|||||||
@@ -369,8 +369,8 @@ th {
|
|||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
src: url(/static/fonts/../../fonts/glyphicons-halflings-regular.eot);
|
src: url(/static/fonts/glyphicons-halflings-regular.eot?1415201157);
|
||||||
src: url(/static/fonts/../../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
|
src: url(/static/fonts/glyphicons-halflings-regular.eot?&1415201157#iefix) format("embedded-opentype"), url(/static/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/glyphicons-halflings-regular.woff?1415201157) format("woff"), url(/static/fonts/glyphicons-halflings-regular.ttf?1415201157) format("truetype"), url(/static/fonts/glyphicons-halflings-regular.svg?1415201157#glyphicons_halflingsregular) format("svg");
|
||||||
}
|
}
|
||||||
/* line 22, ../../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
|
/* line 22, ../../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
|
||||||
.glyphicon {
|
.glyphicon {
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ $headings-color: inherit !default;
|
|||||||
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
||||||
|
|
||||||
//** Load fonts from this directory.
|
//** Load fonts from this directory.
|
||||||
$icon-font-path: "../../fonts/" !default;
|
$icon-font-path: "" !default;
|
||||||
//** File name for all font files.
|
//** File name for all font files.
|
||||||
$icon-font-name: "glyphicons-halflings-regular" !default;
|
$icon-font-name: "glyphicons-halflings-regular" !default;
|
||||||
//** Element ID within SVG icon file.
|
//** Element ID within SVG icon file.
|
||||||
|
|||||||
Reference in New Issue
Block a user