Show More
@@ -24,8 +24,6 b' div#header {' | |||
|
24 | 24 | position: relative; |
|
25 | 25 | height: 40px; |
|
26 | 26 | padding: 5px; |
|
27 | margin: 0px; | |
|
28 | width: 100%; | |
|
29 | 27 | } |
|
30 | 28 | |
|
31 | 29 | span#ipython_notebook { |
@@ -67,4 +65,5 b' input.ui-button {' | |||
|
67 | 65 | |
|
68 | 66 | span#login_widget { |
|
69 | 67 | float: right; |
|
68 | margin-top: 2px; | |
|
70 | 69 | } |
@@ -42,8 +42,7 b'' | |||
|
42 | 42 | |
|
43 | 43 | <body {% block params %}{% endblock %}> |
|
44 | 44 | |
|
45 |
<div id="header-wrapper" class="nav |
|
|
46 | <div class="navbar-inner navbar-nobg"> | |
|
45 | <div id="header-wrapper" class="nav-wrapper"> | |
|
47 | 46 | <div id="header" class="container"> |
|
48 | 47 | <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> |
|
49 | 48 | |
@@ -62,7 +61,6 b'' | |||
|
62 | 61 | {% block header %} |
|
63 | 62 | {% endblock %} |
|
64 | 63 | </div> |
|
65 | </div> | |
|
66 | 64 | </div> |
|
67 | 65 | |
|
68 | 66 | <div id="site" class="container"> |
General Comments 0
You need to be logged in to leave comments.
Login now