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

wave pushed a commit to branch atr-logo-topnav
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/atr-logo-topnav by this push:
     new 828167e8 New atr logo topnav treatment
828167e8 is described below

commit 828167e8d935d2df67c2b8031025a662252e0c3f
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Mar 4 16:35:24 2026 -0800

    New atr logo topnav treatment
---
 atr/static/css/atr.css             | 3 +--
 atr/templates/includes/topnav.html | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index 590ed0ed..16a1c708 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -70,8 +70,7 @@ html {
 }
 
 .asf-logo {
-    height: 42px;
-    margin-left: 6px;
+    height: 64px;
 }
 
 .trusted-releases {
diff --git a/atr/templates/includes/topnav.html 
b/atr/templates/includes/topnav.html
index 081c55a1..76abb978 100644
--- a/atr/templates/includes/topnav.html
+++ b/atr/templates/includes/topnav.html
@@ -3,10 +3,9 @@
      aria-label="Fifth navbar example">
   <div class="container-fluid">
     <a class="navbar-brand" href="{{ as_url(get.root.index) }}">
-      <img src="https://www.apache.org/images/ASF_short-horizontal-color.svg";
+      <img src="{{ static_url('svg/atr_logo.svg') }}"
            alt="The Apache Software Foundation"
            class="asf-logo" />
-      <span class="trusted-releases">Trusted Releases</span>
     </a>
     <button class="navbar-toggler"
             type="button"


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

Reply via email to