You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/10 11:50:10 UTC

[camel-website] branch master updated: Search bar overlapping issue fixes

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

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


The following commit(s) were added to refs/heads/master by this push:
     new daaa47d  Search bar overlapping issue fixes
     new ef4c10c  Merge pull request #183 from psingh587/master
daaa47d is described below

commit daaa47df495fa941b2f2341965b198a48a18a3fd
Author: Prerna Singh <51...@users.noreply.github.com>
AuthorDate: Tue Mar 10 03:52:35 2020 +0530

    Search bar overlapping issue fixes
---
 antora-ui-camel/src/css/header.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/css/header.css b/antora-ui-camel/src/css/header.css
index 431dd59..6490343 100644
--- a/antora-ui-camel/src/css/header.css
+++ b/antora-ui-camel/src/css/header.css
@@ -322,7 +322,7 @@ body {
 }
 
 #search_results {
-  top: 3rem;
+  top: 3.31rem;
   background: #fffe;
   padding: 0.5rem;
   text-align: left;