This is an automated email from the ASF dual-hosted git repository.
vivekratnavel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 2420ee8 HDDS-4288. the icon of hadoop-ozone is bigger than ever
(#1452)
2420ee8 is described below
commit 2420ee83b5cb06e86aedf00284fc438f7a3976c4
Author: Elek, Márton <[email protected]>
AuthorDate: Tue Sep 29 20:47:33 2020 +0200
HDDS-4288. the icon of hadoop-ozone is bigger than ever (#1452)
---
hadoop-hdds/docs/themes/ozonedoc/layouts/partials/navbar.html | 4 ++--
hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css | 11 +++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/hadoop-hdds/docs/themes/ozonedoc/layouts/partials/navbar.html
b/hadoop-hdds/docs/themes/ozonedoc/layouts/partials/navbar.html
index 155f7ad..f942e4a 100644
--- a/hadoop-hdds/docs/themes/ozonedoc/layouts/partials/navbar.html
+++ b/hadoop-hdds/docs/themes/ozonedoc/layouts/partials/navbar.html
@@ -23,8 +23,8 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a href="{{ "index.html" | relLangURL }}" class="navbar-left"
style="height: 50px; padding: 5px 10px 5px 0px;">
- <img src="{{ "ozone-logo-small.png" | relURL }}" style="width: 40px;
padding: 0px;"/>
+ <a href="{{ "index.html" | relLangURL }}" class="navbar-left ozone-logo">
+ <img src="{{ "ozone-logo-small.png" | relURL }}"/>
</a>
<a class="navbar-brand hidden-xs" href="{{ "index.html" | relLangURL }}">
Apache Hadoop Ozone/HDDS documentation
diff --git a/hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css
b/hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css
index 1e6061f..aa57c92 100644
--- a/hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css
+++ b/hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css
@@ -54,6 +54,16 @@ a:hover {
border: 0;
}
+A.ozone-logo {
+ height: 50px;
+ padding: 5px 10px 5px 0px;
+}
+
+.ozone-logo img {
+ width: 40px;
+ padding: 0px;
+}
+
/*
* Sidebar
*/
@@ -62,6 +72,7 @@ a:hover {
.sidebar {
display: none;
}
+
@media (min-width: 768px) {
.sidebar {
position: fixed;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]