Moved css into a lib folder for external code
This commit is contained in:
parent
b80991280a
commit
2ee0e775be
18 changed files with 16 additions and 16 deletions
6
hal-core/resources/web/css/bootstrap.min.css
vendored
6
hal-core/resources/web/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -263,8 +263,8 @@ th {
|
|||
@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.woff2') format('woff2'), 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('../../fonts/glyphicons-halflings-regular.eot');
|
||||
src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');
|
||||
}
|
||||
.glyphicon {
|
||||
position: relative;
|
||||
6
hal-core/resources/web/css/lib/bootstrap.min.css
vendored
Normal file
6
hal-core/resources/web/css/lib/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue