From 9f70350e849454d6ffebe243a43baaced4448766 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 2 Sep 2021 04:22:04 +0200 Subject: [PATCH] fix navbar
design hack, part 1 --- navbar.template | 3 --- threadr/style.css | 10 +++------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/navbar.template b/navbar.template index bf0c7d6..67656e1 100644 --- a/navbar.template +++ b/navbar.template @@ -74,6 +74,3 @@ if (!isset($login)){ } ?> - -
-
diff --git a/threadr/style.css b/threadr/style.css index 9f4f910..9698b8e 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -235,13 +235,9 @@ ul.topnav { width: 100%; overflow: hidden; background-color: %COLOR_BLUE%; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + box-shadow: 0 0.7em 1.2em 0 rgba(0,0,0,0.2); } -/*.topnav a:hover, .dropdown:hover .dropbtn { - background-color: %COLOR_CYAN%; -}*/ - ul.topnav li {float: left;} ul.topnav li a { @@ -250,7 +246,7 @@ ul.topnav li a { color: %COLOR_BEIGE%; font-family: monospace; font-size: 1em; - padding: 14px 16px; + padding: 1.2em 1.3em; text-decoration: none; } @@ -272,7 +268,7 @@ ul.topnav li.right { }*/ ul.topnav img { - height: 2.4em; + height: 2.55em; } ul.topnav li a.icon {