Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions docs/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I felt the Oak Leaf looked clogged without the padding. That's why I added 4px.

image

This is the current view.
image

box-sizing: border-box;
}
</style>]]>
</head>

Expand Down