summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/templates/home/tags/top_menu.html3
-rw-r--r--jthanio/static/css/jthanio.css3
2 files changed, 2 insertions, 4 deletions
diff --git a/home/templates/home/tags/top_menu.html b/home/templates/home/tags/top_menu.html
index 30b28cb..3b6697c 100644
--- a/home/templates/home/tags/top_menu.html
+++ b/home/templates/home/tags/top_menu.html
@@ -18,6 +18,7 @@
<a class="nav-link" href="{% pageurl menuitem %}">{{ menuitem.title }}{% if menuitem.active %} <span class="sr-only">(current)</span>{% endif %}</a>
</li>
{% endfor %}
+ </ul>
</div>
</div>
- </nav> \ No newline at end of file
+ </nav>
diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css
index c927650..a133c9d 100644
--- a/jthanio/static/css/jthanio.css
+++ b/jthanio/static/css/jthanio.css
@@ -20,6 +20,3 @@ html {
height: 60px;
line-height: 60px; /* Vertically center the text there */
}
-.container {
- margin-bottom: 65px;
-}