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:46 UTC

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

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;
+}