This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 234464f5 fix nav bar
234464f5 is described below
commit 234464f52fa82a88c31162e2b84cca5b89840854
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Jan 12 13:59:09 2025 -0800
fix nav bar
---
_includes/nav_bar.html | 6 +++---
css/footer.css | 10 +++++++---
css/header.css | 16 +++++++++-------
3 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/_includes/nav_bar.html b/_includes/nav_bar.html
index 49fad466..55701488 100644
--- a/_includes/nav_bar.html
+++ b/_includes/nav_bar.html
@@ -19,8 +19,8 @@
</li>
<li>
<ul class="nav navbar-nav navbar-right ds-nav">
- <li class="dropdown ds-nav" > <!-- <img class="java-logo"
src="/img/JavaLogo.png" alt=""> -->
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false" style="padding-top: 0;
padding-bottom: 0;">JavaDocs<span class="caret"></span></a>
+ <li class="dropdown ds-nav" > <!-- <img class="java-logo"
src="/img/JavaLogo.png" alt="java-logo"> -->
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false" style="padding-top: 0;
padding-bottom: 0; line-height: 50px;"> JavaDocs<span class="caret"></span></a>
<ul class="dropdown-menu ds-nav">
<li><a
href="https://apache.github.io/datasketches-java/6.1.1/">Java 8,11 Core</a></li>
<li><a
href="https://apache.github.io/datasketches-java/7.0.X/">Java 17 Core</a></li>
@@ -55,7 +55,7 @@
<li>
<ul class="nav navbar-nav navbar-right ds-nav">
<li class="dropdown ds-nav" >
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false" style="padding-top: 0;
padding-bottom: 0;"><img class="apache-logo" src="/img/feather.svg" alt="Apache
feather">Apache <span class="caret"></span></a>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false" style="padding-top: 0;
padding-bottom: 0;"><img class="apache-logo" src="/img/feather.svg" alt="Apache
feather">Apache<span class="caret"></span></a>
<ul class="dropdown-menu ds-nav">
<li><a href="https://www.apache.org/"
target="_blank">Foundation</a></li>
<li><a href="https://www.apache.org/events/current-event"
target="_blank">Events</a></li>
diff --git a/css/footer.css b/css/footer.css
index 44d0f820..ad55974c 100644
--- a/css/footer.css
+++ b/css/footer.css
@@ -13,14 +13,17 @@ footer a {
color: #000000;
}
-/* footer address { */
-/* margin: 0 0 30px 30px; */
-/* } */
+/*
+footer address {
+ margin: 0 0 30px 30px; */
+}
+*/
footer .soc {
text-align:left;
margin:5px 0 0 0;
}
+
/*
footer .soc a {
display:inline-block;
@@ -29,6 +32,7 @@ footer .soc a {
background:url(../img/icons-soc.png) no-repeat;
}
*/
+
footer .soc a.github {
background-position:0 -34px;
}
diff --git a/css/header.css b/css/header.css
index 4545898c..af619958 100644
--- a/css/header.css
+++ b/css/header.css
@@ -173,7 +173,7 @@ a:hover, a:focus {
}
.navbar-inverse .navbar-nav>li>a,.dropdown-menu>li>a {
- color: rgba(227,204,255, 1); //was 177,186,198,.7
+ color: rgba(227,204,255, 1); /* was 177,186,198,.7 */
transition: color 0.1s ease;
font-weight: 300;
text-transform: uppercase;
@@ -192,7 +192,7 @@ a:hover, a:focus {
.dropdown:hover .dropdown-menu {
display: block;
- margin-top: 0; // remove the gap so it doesn't close
+ margin-top: 0; /* remove the gap so it doesn't close */
}
.nav>li>a {
@@ -200,11 +200,13 @@ a:hover, a:focus {
padding-right: 10px;
}
-/* .navbar-collapse { */
-/* padding-left: 20px; */
-/* padding-right: 5px; */
-/* margin-left: 15px; */
-/* } */
+/*
+.navbar-collapse {
+ padding-left: 20px;
+ padding-right: 5px;
+ margin-left: 15px;
+}
+*/
/*
.social-button.twitter {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]