This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f82e2e  Fix alignment in site menu
5f82e2e is described below

commit 5f82e2e7e5b571341a1f2e00d3f74502b9a73f09
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Nov 26 14:02:16 2025 -0800

    Fix alignment in site menu
---
 content/theme/templates/menu.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/theme/templates/menu.html 
b/content/theme/templates/menu.html
index d8d223d..97eae1b 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -2,12 +2,12 @@
 <nav class="navbar navbar-expand-lg navbar-dark bg-info" aria-label="Fifth 
navbar example">
   <div class="container-fluid">
     <a class="navbar-brand" href="/"><img 
src="https://apache.org/img/asf_logo.png"; style="height: 42px;"/>
-      <span style="position: relative; top: 2px; margin-left: 16px;">Tooling 
Initiative</span></a>
+      <span style="position: relative; top: 5px; margin-left: 16px;">Tooling 
Initiative</span></a>
     <button class="navbar-toggler" type="button" data-bs-toggle="collapse" 
data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" 
aria-label="Toggle navigation">
       <span class="navbar-toggler-icon"></span>
     </button>
 
-    <div class="collapse navbar-collapse" id="navbarADP">
+    <div class="collapse navbar-collapse" id="navbarADP" style="position: 
relative; top: 4px; margin-left: 16px;">
       <ul class="navbar-nav me-auto mb-2 mb-lg-0">
         <li class="nav-item dropdown">
           <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">About</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to