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)){
";
+ echo "";
} else {
- echo "";
+ echo "";
}
} else {
if ($navbar == "home"){
- echo "";
+ echo "";
} else {
- echo "";
+ echo "";
}
}
?>
@@ -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;