mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
tweak header
This commit is contained in:
parent
251a94969b
commit
87a4a3827c
@ -24,8 +24,6 @@ div#header {
|
||||
position: relative;
|
||||
height: 40px;
|
||||
padding: 5px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
span#ipython_notebook {
|
||||
@ -67,4 +65,5 @@ input.ui-button {
|
||||
|
||||
span#login_widget {
|
||||
float: right;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
@ -42,8 +42,7 @@
|
||||
|
||||
<body {% block params %}{% endblock %}>
|
||||
|
||||
<div id="header-wrapper" class="navbar navbar-static-top">
|
||||
<div class="navbar-inner navbar-nobg">
|
||||
<div id="header-wrapper" class="nav-wrapper">
|
||||
<div id="header" class="container">
|
||||
<span id="ipython_notebook"><div><a href="{{base_project_url}}" alt='dashboard'><img src='{{static_url("base/images/ipynblogo.png") }}' alt='IPython Notebook'/></a></div></span>
|
||||
|
||||
@ -62,7 +61,6 @@
|
||||
{% block header %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="site" class="container">
|
||||
|
Loading…
Reference in New Issue
Block a user