commit: 6c1ac0ba3eee2511bf0f4fbb8b6af196a838c73c
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 5 18:16:43 2026 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 18:17:24 2026 +0000
URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=6c1ac0ba
Revert "template: re-apply a few 'navbar_header' divs"
This reverts commit 34b53b1748e1ef0802d718ce18443259aa3d8c8d.
These actually break the light theme, which went unnoticed during
testing.
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
template/navbar_header.html | 4 ----
1 file changed, 4 deletions(-)
diff --git a/template/navbar_header.html b/template/navbar_header.html
index f7841622e..a4b23f6ac 100644
--- a/template/navbar_header.html
+++ b/template/navbar_header.html
@@ -1,7 +1,6 @@
<div class="navbar" role="navigation">
<div class="inner">
- <div class="nav-main-wrapper">
<ul id="nav-main" class="nav-main linklist" role="menubar">
<li id="quick-links" class="quick-links dropdown-container
responsive-menu<!-- IF not S_DISPLAY_QUICK_LINKS and not S_DISPLAY_SEARCH -->
hidden<!-- ENDIF -->" data-skip-responsive="true">
@@ -177,9 +176,7 @@
<!-- EVENT navbar_header_logged_out_content -->
<!-- ENDIF -->
</ul>
- </ul>
- <div class="nav-breadcrumbs-wrapper">
<ul id="nav-breadcrumbs" class="nav-breadcrumbs linklist navlinks"
role="menubar">
{% set MICRODATA = 'itemtype="https://schema.org/ListItem"
itemprop="itemListElement" itemscope' %}
{% set navlink_position = 1 %}
@@ -217,7 +214,6 @@
</li>
{% endif %}
</ul>
- </div>
</div>
</div>