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

ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 795576f29 TEZ-4652: ASF logo is too big (#435). (Shohei Okumiya, 
reviewed by Stamatis Zampetakis, Ayush Saxena)
795576f29 is described below

commit 795576f29289f9d88135d9fbdfb2aa30aec962ec
Author: Shohei Okumiya <[email protected]>
AuthorDate: Wed Oct 15 13:54:05 2025 +0900

    TEZ-4652: ASF logo is too big (#435). (Shohei Okumiya, reviewed by Stamatis 
Zampetakis, Ayush Saxena)
---
 docs/src/site/site.xml | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index bd98b9412..587d2fa8d 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -40,14 +40,12 @@
   <bannerLeft>
     <name>Apache Tez</name>
     <src>./images/ApacheTezLogo_lowres.png</src>
-    <width>25%</width>
-    <height>25%</height>
     <href>https://tez.apache.org/</href>
   </bannerLeft>
 
   <bannerRight>
     <name>Apache Software Foundation</name>
-    <src>https://apache.org/foundation/press/kit/asf_logo_wide.png</src>
+    <src>https://apache.org/foundation/press/kit/asf_logo_wide.svg</src>
     <href>https://www.apache.org/</href>
   </bannerRight>
 
@@ -89,6 +87,19 @@
            .nav-list .active a:hover {
              background-color: #a0a0a0;
            }
+           #banner .pull-left, #banner .pull-right {
+             height: 82px;
+           }
+           #banner .pull-left img {
+             height: 100%;
+             width: auto;
+           }
+           #banner .pull-right img {
+             height: 100%;
+             width: auto;
+             padding: 4px;
+             box-sizing: border-box;
+           }
       </style>]]>
     </head>
 

Reply via email to