From cd12c5761768aa14909167830c94d3e40079d9b1 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 2 Sep 2021 04:31:51 +0200 Subject: [PATCH] navbar design hack corrected fixing #40 --- navbar.template | 1 + threadr/style.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/navbar.template b/navbar.template index 67656e1..fe104c4 100644 --- a/navbar.template +++ b/navbar.template @@ -74,3 +74,4 @@ if (!isset($login)){ } ?> +
diff --git a/threadr/style.css b/threadr/style.css index 9698b8e..f48750a 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -281,6 +281,11 @@ ul.topnav li a.icon { padding: 5.4px 9px; } +/* invisible spacer under nav bar */ +div.topnav { + height: 3em; +} + ul.list { list-style-type: none; margin: 0;