diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index bd98b9412a..587d2fa8db 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -40,14 +40,12 @@
Apache Tez
./images/ApacheTezLogo_lowres.png
- 25%
- 25%
https://tez.apache.org/
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/
@@ -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;
+ }
]]>