mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
changed templates to allow navbar to scroll up.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
padding-top: 50px;
|
||||
.navbar {
|
||||
margin: 0px;
|
||||
}
|
||||
.starter-template {
|
||||
padding: 40px 15px;
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
||||
<nav class="navbar navbar-inverse navbar-static-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
@@ -48,6 +48,7 @@
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</nav>
|
||||
<div class="navbar navbar-static-top">
|
||||
<ol class="breadcrumb">
|
||||
{% if breadcrumbs %}
|
||||
{% include "comic/breadcrumbs.html" %}
|
||||
@@ -55,6 +56,7 @@
|
||||
<li><a href="/">Home</a></li>
|
||||
{% endif %}
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -8,5 +8,5 @@ setup(
|
||||
license='http://creativecommons.org/licenses/by-sa/4.0/',
|
||||
author='Ajurna',
|
||||
author_email='ajurna@gmail.com',
|
||||
description='Comic Book Web Reader', requires=['django-recaptcha', 'django']
|
||||
description='Comic Book Web Reader', requires=['django-recaptcha', 'django', 'ujson']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user