mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
inherit bootstrap properly
need *both* bootstrap and responsive in style.less, neither in page.html.
This commit is contained in:
parent
638b30ff90
commit
c4ad524cef
@ -1,4 +1,5 @@
|
||||
// Bootstrap
|
||||
@import "../components/bootstrap/less/bootstrap.less";
|
||||
@import "../components/bootstrap/less/responsive.less";
|
||||
|
||||
// base
|
||||
|
File diff suppressed because one or more lines are too long
@ -14,8 +14,6 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="{{static_url("components/bootstrap/bootstrap/css/bootstrap.min.css") }}" type="text/css" />
|
||||
<!-- <link rel="stylesheet" href="{{static_url("components/bootstrap/bootstrap/css/bootstrap-responsive.min.css") }}" type="text/css" /> -->
|
||||
|
||||
<link rel="stylesheet" href="{{static_url("base/css/boilerplate.css") }}" type="text/css" />
|
||||
{% block stylesheet %}
|
||||
|
Loading…
Reference in New Issue
Block a user