(hopefully) fixed home logo

master
BodgeMaster 2020-03-10 20:02:33 +01:00
parent 08639ce8f9
commit d66f2964de
3 changed files with 12 additions and 8 deletions

View File

@ -10,15 +10,15 @@ if (!isset($login)){
<?php
if ($login){
if ($navbar == "home"){
echo "<a class=\"active\" href=\"%CONTENT_DIR%/userhome/\"><img src=\"/common/threadr/img/ThreadR_Home.svg\" alt=\"My Feed\"/></a>";
echo "<a class=\"active\" href=\"%CONTENT_DIR%/userhome/\"><img src=\"/common/threadr/img/ThreadR_Home.svg\" alt=\"My Feed\" title=\"My Feed\"/></a>";
} else {
echo "<a href=\"%CONTENT_DIR%/userhome/\"><img src=\"/common/threadr/img/ThreadR_Home.svg\" alt=\"My Feed\"/></a>";
echo "<a href=\"%CONTENT_DIR%/userhome/\"><img src=\"/common/threadr/img/ThreadR_Home.svg\" alt=\"My Feed\" title=\"My Feed\"/></a>";
}
} else {
if ($navbar == "home"){
echo "<a class=\"active\" href=\"%CONTENT_DIR%/\"><img src=\"/common/threadr/img/ThreadR_Home.svg\" alt=\"Home\"/></a>";
echo "<a class=\"active\" href=\"%CONTENT_DIR%/\"><img src=\"/common/threadr/img/ThreadR_Home.svg\" alt=\"Home\" title=\"Home\"/></a>";
} else {
echo "<a href=\"%CONTENT_DIR%/\"><img src=\"/common/threadr/img/ThreadR_Home.svg\" alt=\"Home\"/></a>";
echo "<a href=\"%CONTENT_DIR%/\"><img src=\"/common/threadr/img/ThreadR_Home.svg\" alt=\"Home\" title=\"Home\"/></a>";
}
}
?>

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -271,6 +271,10 @@ ul.topnav li.right {
ul.topnav li {float: none;}
}*/
ul.topnav img {
height: 1em;
}
ul.list {
list-style-type: none;
margin: 0;