diff options
author | zsloan | 2021-08-09 18:34:31 +0000 |
---|---|---|
committer | zsloan | 2021-08-09 18:34:31 +0000 |
commit | db0bdf52156b4f75402a7a92584d162aa5d9b151 (patch) | |
tree | f848a46746ffa78d78052465ba772508c5b079a2 | |
parent | b8c88668dbf1bc96c2faf14c483e3af35babc3e5 (diff) | |
download | genenetwork2-db0bdf52156b4f75402a7a92584d162aa5d9b151.tar.gz |
Removed some paths that have been throwing errors in the logs constantly
-rw-r--r-- | wqflask/wqflask/static/new/css/bootstrap-custom.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wqflask/wqflask/static/new/css/bootstrap-custom.css b/wqflask/wqflask/static/new/css/bootstrap-custom.css index 7c8549e1..a0d3ff6a 100644 --- a/wqflask/wqflask/static/new/css/bootstrap-custom.css +++ b/wqflask/wqflask/static/new/css/bootstrap-custom.css @@ -327,7 +327,7 @@ th { 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('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { @@ -7554,5 +7554,3 @@ button.close { display: none !important; } } - -/*# sourceMappingURL=bootstrap.css.map */
\ No newline at end of file |