This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 62b3aad Revert "HDDS-4903. Add Ozone logo to the website (#16)"
62b3aad is described below
commit 62b3aad0676aea40f66a1070ba9a1064a7fb6df8
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Mon Dec 19 12:31:40 2022 -0800
Revert "HDDS-4903. Add Ozone logo to the website (#16)"
This reverts commit 0afa48c8bc5df5189d4c5cc7b258940edcee16aa.
---
layouts/partials/header.html | 9 ++-------
static/style.css | 15 +++------------
2 files changed, 5 insertions(+), 19 deletions(-)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4458d64..19fec3f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -43,8 +43,9 @@
<ul class="breadcrumb col-md-6">
<li>
<img class="asf-logo" src="asf_feather.png"/>
- <a href="https://www.apache.org">Apache Software Foundation</a>
+ <a href="https://www.apache.org">Apache Software
Foundation</span></a>
</li>
+ <li><a href="{{.Site.BaseURL}}">Ozone™</a></li>
</ul>
<div class="col-md-6">
<ul class="pull-right breadcrumb">
@@ -60,12 +61,6 @@
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
- <ul class="nav navbar-nav navbar-brand">
- <li>
- <img src="ozone-logo.png" alt="Ozone logo"/>
- <a href="{{.Site.BaseURL}}">Apache Ozone™</a>
- </li>
- </ul>
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#ozone-menu" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
diff --git a/static/style.css b/static/style.css
index 7d0cfb3..ffb0c4a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -40,18 +40,17 @@
z-index: 0;
margin-bottom: 0px; }
.topnav .navbar .navbar-brand img {
- margin: -15px 5px 0 0;
- height: 60px;
float: left; }
.topnav .navbar .nav {
+ padding: 30px 0 0 0;
color: #fff; }
.topnav .navbar .nav li a {
- white-space: nowrap;
text-align: center;
font-size: 24px;
padding: 5px 0 5px 5px;
- margin: 0 10px; }
+ margin: 0 10px;}
.topnav .navbar .nav li a:hover {
+
background: none; }
.topnav .navbar .navbar-header {
height: 80px; }
@@ -68,11 +67,6 @@
border-color: transparent;
box-shadow: none; }
-@media (min-width: 768px) {
- .topnav .navbar .nav {
- padding: 25px 0 0 0;
- }
-}
@media (min-width: 768px) and (max-width: 1024px) {
.navbar .nav li a {
padding: 8px 0 15px 8px; } }
@@ -155,9 +149,6 @@
}
@media (max-width: 767px) {
- .topnav .navbar .navbar-brand {
- margin: 10px 0; }
-
.jumbotron > .lead {
font-weight: 200; }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]