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/07/29 08:40:45 UTC

[camel-website] 06/06: CAMEL-15185: reduce vertical space between items in footer

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

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

commit a37500f318d9084278cb0e8521f4a02eadcca429
Author: Aemie <ae...@hotmail.co.uk>
AuthorDate: Tue Jul 21 10:44:18 2020 +0530

    CAMEL-15185: reduce vertical space between items in footer
    
    bla
    
    fix minor issue
---
 antora-ui-camel/src/css/footer.css              | 12 ++++++++++--
 antora-ui-camel/src/partials/footer-content.hbs |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/antora-ui-camel/src/css/footer.css b/antora-ui-camel/src/css/footer.css
index 7ac1bd9..c67a783 100644
--- a/antora-ui-camel/src/css/footer.css
+++ b/antora-ui-camel/src/css/footer.css
@@ -166,6 +166,10 @@ input[type="checkbox"] {
     margin-top: 2rem;
   }
 
+  footer .footer dl dt {
+    margin-bottom: 0;
+  }
+
   footer .footer figure.logo {
     text-align: center;
   }
@@ -194,13 +198,17 @@ input[type="checkbox"] {
   footer .footer .show-menu {
     float: right;
     height: 40px;
-    margin-top: -4rem;
+    margin-top: -2.5rem;
   }
 
   footer .footer .hide-menu {
     float: right;
     height: 35px;
-    margin-top: -4rem;
+    margin-top: -2.5rem;
+  }
+
+  footer .footer .footer-menu {
+    margin-top: 1rem;
   }
 
   input[type="checkbox"] + label img.show-menu {
diff --git a/antora-ui-camel/src/partials/footer-content.hbs b/antora-ui-camel/src/partials/footer-content.hbs
index 5afc4a4..9e6eb03 100644
--- a/antora-ui-camel/src/partials/footer-content.hbs
+++ b/antora-ui-camel/src/partials/footer-content.hbs
@@ -15,7 +15,7 @@
                 <div class="footer-menu">
                     <dd><a href="{{siteRootPath}}/blog/">Blog</a></dd>
                     <dd><a href="{{siteRootPath}}/docs/">Documentation</a></dd>
-                    <dd><a href="{{siteRootPath}}/community/support">COmmunity</a></dd>
+                    <dd><a href="{{siteRootPath}}/community/support/">Community</a></dd>
                     <dd><a href="{{siteRootPath}}/download/">Download</a></dd>
                 </div>
             </dl>