Fix path to bootstrap's glyphicons font
This commit is contained in:
parent
38cde2d172
commit
434f8bd47d
@ -1,5 +1,5 @@
|
||||
/*
|
||||
*= require bootstrap.min
|
||||
*= require bootstrap
|
||||
*= require auth-buttons
|
||||
*= require source-sans-pro
|
||||
*= require base
|
||||
|
6
vendor/assets/stylesheets/bootstrap.css
vendored
6
vendor/assets/stylesheets/bootstrap.css
vendored
@ -2385,8 +2385,8 @@ input[type="button"].btn-block {
|
||||
|
||||
@font-face {
|
||||
font-family: 'Glyphicons Halflings';
|
||||
src: url('../fonts/glyphicons-halflings-regular.eot');
|
||||
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
|
||||
src: url('/assets/glyphicons-halflings-regular.eot');
|
||||
src: url('/assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/glyphicons-halflings-regular.woff') format('woff'), url('/assets/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
|
||||
}
|
||||
|
||||
.glyphicon {
|
||||
@ -6802,4 +6802,4 @@ td.visible-print {
|
||||
td.hidden-print {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user