You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/15 16:59:45 UTC

[camel-website] branch revert-199-unused-html created (now a7d2fc6)

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a change to branch revert-199-unused-html
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at a7d2fc6  Revert "Removed unused html from header"

This branch includes the following new commits:

     new 72160c5  Revert "removed the unused element's styling"
     new a7d2fc6  Revert "Removed unused html from header"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-website] 01/02: Revert "removed the unused element's styling"

Posted by zr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch revert-199-unused-html
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 72160c557b8b09058eb1dbe297f62f3e3be5d0d1
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Sun Mar 15 17:59:39 2020 +0100

    Revert "removed the unused element's styling"
    
    This reverts commit 2d9f1da46be196926177403033043217bfea904d.
---
 antora-ui-camel/src/css/nav.css | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/antora-ui-camel/src/css/nav.css b/antora-ui-camel/src/css/nav.css
index 153d8aa..fce61ee 100644
--- a/antora-ui-camel/src/css/nav.css
+++ b/antora-ui-camel/src/css/nav.css
@@ -294,3 +294,14 @@ html.is-clipped--nav {
   background-position-y: 10px;
   width: 11rem;
 }
+
+.nav-logo span {
+  position: absolute;
+  width: 1px;
+  height: 1px;
+  padding: 0;
+  margin: -1px;
+  overflow: hidden;
+  clip: rect(0, 0, 0, 0);
+  border: 0;
+}


[camel-website] 02/02: Revert "Removed unused html from header"

Posted by zr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch revert-199-unused-html
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit a7d2fc63aa6655eead39ed8b64c53c47f81aa1f3
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Sun Mar 15 17:59:39 2020 +0100

    Revert "Removed unused html from header"
    
    This reverts commit 2ec7bb7b6f4b0a66cd2e11e9b1cc93c1787b99e8.
---
 layouts/partials/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 31432bf..5f1ed14 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -33,7 +33,7 @@
     <header class="header">
         <nav class="navbar">
             <div class="navbar-brand">
-                <a class="nav-logo" href="{{ .Site.BaseURL | relURL }}" title="{{ .Site.Title }}"></a>
+                <a class="nav-logo" href="{{ .Site.BaseURL | relURL }}" title="{{ .Site.Title }}"><span>{{ .Site.Title }}</span></a>
                 <div id="topbar-nav" class="navbar-menu">
                     <div class="navbar-end">
                         {{ range .Site.Menus.main }}