Commit 2fd4880a authored by Serge S. Koval's avatar Serge S. Koval

Don't use fixed navbar

parent 2d67122c
/* Global styles */ /* Global styles */
body body
{ {
padding-top: 50px; padding-top: 4px;
} }
/* Form customizations */ /* Form customizations */
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
</head> </head>
<body> <body>
{% block page_body %} {% block page_body %}
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container"> <div class="container">
<div class="navbar">
<div class="navbar-inner">
{% block brand %} {% block brand %}
<span class="brand">{{ admin_view.admin.name }}</span> <span class="brand">{{ admin_view.admin.name }}</span>
{% endblock %} {% endblock %}
...@@ -34,11 +34,9 @@ ...@@ -34,11 +34,9 @@
</ul> </ul>
</div> </div>
</div> </div>
</div>
{{ layout.messages() }} {{ layout.messages() }}
<div class="container">
{% block body %}{% endblock %} {% block body %}{% endblock %}
</div> </div>
{% endblock %} {% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment