From 1be94a3de4a7827a6a80d8a41d7b04e1a632e738 Mon Sep 17 00:00:00 2001 From: okumin Date: Sat, 11 Oct 2025 16:25:54 +0900 Subject: [PATCH 1/4] Use SVG --- docs/src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index bd98b9412a..19215ce7e3 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -47,7 +47,7 @@ Apache Software Foundation - https://apache.org/foundation/press/kit/asf_logo_wide.png + https://apache.org/foundation/press/kit/asf_logo_wide.svg https://www.apache.org/ From db56f0ccf2678c640c506c5d4fe36c043c2f76d0 Mon Sep 17 00:00:00 2001 From: okumin Date: Sat, 11 Oct 2025 16:43:20 +0900 Subject: [PATCH 2/4] Specify height --- docs/src/site/site.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 19215ce7e3..2baad68b01 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -40,8 +40,6 @@ Apache Tez ./images/ApacheTezLogo_lowres.png - 25% - 25% https://tez.apache.org/ @@ -89,6 +87,20 @@ .nav-list .active a:hover { background-color: #a0a0a0; } + #banner .pull-left { + height: 82px; + } + #banner .pull-right { + height: 82px; + } + #banner .pull-left img { + height: 100%; + width: auto; + } + #banner .pull-right img { + height: 100%; + width: auto; + } ]]> From 89fcfcb857c18aa55d640dd8807fb81d2481a4b8 Mon Sep 17 00:00:00 2001 From: okumin Date: Sat, 11 Oct 2025 16:55:16 +0900 Subject: [PATCH 3/4] Add padding --- docs/src/site/site.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 2baad68b01..2cbeadddb3 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -100,6 +100,8 @@ #banner .pull-right img { height: 100%; width: auto; + padding: 4px; + box-sizing: border-box; } ]]> From eeb7eff1b29b72fa8fedfad3be9f49c5bfc4ac5b Mon Sep 17 00:00:00 2001 From: okumin Date: Sat, 11 Oct 2025 16:57:45 +0900 Subject: [PATCH 4/4] Clean up --- docs/src/site/site.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 2cbeadddb3..587d2fa8db 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -87,10 +87,7 @@ .nav-list .active a:hover { background-color: #a0a0a0; } - #banner .pull-left { - height: 82px; - } - #banner .pull-right { + #banner .pull-left, #banner .pull-right { height: 82px; } #banner .pull-left img {