mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
visual error on logged out public profile
This commit is contained in:
@@ -107,7 +107,7 @@ body, html {
|
|||||||
|
|
||||||
.sidebar-left ul {
|
.sidebar-left ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-left li {
|
.sidebar-left li {
|
||||||
@@ -143,7 +143,6 @@ body, html {
|
|||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 15px;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<li th:unless="${guest}">
|
<li th:unless="${guest}">
|
||||||
<form th:action="@{/logout}" method="post">
|
<form th:action="@{/logout}" method="post">
|
||||||
<input type="image" th:src="@{/images/logout_icon.png}" alt="Logout button" class="nav_icon"/>
|
<input type="image" th:src="@{images/logout_icon.png}" alt="Logout button" class="nav_icon"/>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user