URL changes + menu bar layout

This commit is contained in:
2026-04-09 07:48:07 +02:00
parent 3683b811df
commit 4fe0b41335
4 changed files with 8 additions and 7 deletions

View File

@@ -396,6 +396,9 @@ header {
color: #fff;
opacity: 0.7;
}
.nav-collapse .nav.pull-right {
float: none !important;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

View File

@@ -20,6 +20,8 @@
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
{% endaddtoblock %} {% addtoblock "js" strip %}
<script src="{% static 'js/jquery-2.0.3.min.js' %}"></script>
{% endaddtoblock %} {% addtoblock "js" strip %}
<script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endaddtoblock %} {% addtoblock "js" strip %}
<script src="{% static 'js/jquery.countdown.min.js' %}"></script>