From f1981469644259dd511839b6214af6ce0d37aaf8 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 8 Mar 2020 19:04:10 -0600 Subject: okay that was a bad fix, and added missing ul --- home/templates/home/tags/top_menu.html | 3 ++- jthanio/static/css/jthanio.css | 3 --- 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 @@ {{ menuitem.title }}{% if menuitem.active %} (current){% endif %} {% endfor %} + - \ No newline at end of file + 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; -} -- cgit v1.2.3