mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
use components jquery-ui
This commit is contained in:
parent
26528b108d
commit
aec9331c83
@ -12,7 +12,7 @@
|
||||
<title>{% block title %}IPython Notebook{% endblock %}</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" />
|
||||
<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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user