From d66f2964deb4edce6bcfbacbadab4fb4df0b3d92 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 10 Mar 2020 20:02:33 +0100 Subject: [PATCH] (hopefully) fixed home logo --- navbar.template | 12 ++++++------ .../{ThreadR_Home_backup.svg => ThreadR_Home.svg} | 0 threadr/style.css | 8 ++++++-- 3 files changed, 12 insertions(+), 8 deletions(-) rename threadr/img/{ThreadR_Home_backup.svg => ThreadR_Home.svg} (100%) diff --git a/navbar.template b/navbar.template index 6a3ca73..db2be96 100644 --- a/navbar.template +++ b/navbar.template @@ -10,15 +10,15 @@ if (!isset($login)){ \"My"; + echo "\"My"; } else { - echo "\"My"; + echo "\"My"; } } else { if ($navbar == "home"){ - echo "\"Home\"/"; + echo "\"Home\""; } else { - echo "\"Home\"/"; + echo "\"Home\""; } } ?> @@ -64,7 +64,7 @@ if (!isset($login)){ } ?> - +
  • -
    +

    diff --git a/threadr/img/ThreadR_Home_backup.svg b/threadr/img/ThreadR_Home.svg similarity index 100% rename from threadr/img/ThreadR_Home_backup.svg rename to threadr/img/ThreadR_Home.svg diff --git a/threadr/style.css b/threadr/style.css index 553dad5..c32cb68 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -267,10 +267,14 @@ ul.topnav li.right { } /*@media screen and (max-width: 600px) { - ul.topnav li.right, + ul.topnav li.right, ul.topnav li {float: none;} }*/ +ul.topnav img { + height: 1em; +} + ul.list { list-style-type: none; margin: 0; @@ -333,7 +337,7 @@ ul.list li a.active { } .dropdown .dropbtn { - font-size: 1em; + font-size: 1em; border: none; outline: none; color: #fef6e4;