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/09 08:13:53 UTC

[camel-website] branch master updated (a8ef917 -> 99cc37a)

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

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


    from a8ef917  Merge pull request #178 from dzekem/feature_fix_table_style
     new d75379b  Fixed right/left margin issue
     new d4c631a  added styling for searched result div
     new 99cc37a  Revert "Fixed right/left margin issue"

The 3 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.


Summary of changes:
 antora-ui-camel/src/css/header.css | 4 ++++
 1 file changed, 4 insertions(+)


[camel-website] 01/03: Fixed right/left margin issue

Posted by zr...@apache.org.
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 d75379b9bf14bf515b4953b86d8d2c52bee54115
Author: AghaSaad04 <ag...@gmail.com>
AuthorDate: Fri Mar 6 14:43:27 2020 +0500

    Fixed right/left margin issue
---
 antora-ui-camel/src/css/doc.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index 90217b7..0840daa 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -3,7 +3,6 @@
   font-size: var(--doc-font-size);
   line-height: var(--doc-line-height);
   margin: var(--doc-margin);
-  max-width: var(--doc-max-width);
   padding: 0 1rem 4rem;
 }
 
@@ -11,7 +10,6 @@
   .doc {
     font-size: var(--doc-font-size--desktop);
     margin: var(--doc-margin--desktop);
-    max-width: var(--doc-max-width--desktop);
   }
 }
 


[camel-website] 03/03: Revert "Fixed right/left margin issue"

Posted by zr...@apache.org.
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 99cc37aed221bbdedf620a5bcceb7eaf86a32923
Author: AghaSaad04 <ag...@gmail.com>
AuthorDate: Fri Mar 6 20:56:33 2020 +0500

    Revert "Fixed right/left margin issue"
    
    This reverts commit e777c95d2448480acf1d313b2b9804e1c9550b09.
---
 antora-ui-camel/src/css/doc.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index 0840daa..90217b7 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -3,6 +3,7 @@
   font-size: var(--doc-font-size);
   line-height: var(--doc-line-height);
   margin: var(--doc-margin);
+  max-width: var(--doc-max-width);
   padding: 0 1rem 4rem;
 }
 
@@ -10,6 +11,7 @@
   .doc {
     font-size: var(--doc-font-size--desktop);
     margin: var(--doc-margin--desktop);
+    max-width: var(--doc-max-width--desktop);
   }
 }
 


[camel-website] 02/03: added styling for searched result div

Posted by zr...@apache.org.
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 d4c631a8a591bf2b2bac9e3c937bd0a78a66aaec
Author: AghaSaad04 <ag...@gmail.com>
AuthorDate: Fri Mar 6 20:50:30 2020 +0500

    added styling for searched result div
---
 antora-ui-camel/src/css/header.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/antora-ui-camel/src/css/header.css b/antora-ui-camel/src/css/header.css
index 864e9bb..431dd59 100644
--- a/antora-ui-camel/src/css/header.css
+++ b/antora-ui-camel/src/css/header.css
@@ -327,6 +327,10 @@ body {
   padding: 0.5rem;
   text-align: left;
   box-shadow: 0.1px 0.2em 2.5em #c4c4c4;
+  position: absolute;
+  margin-right: 10px;
+  overflow-y: auto;
+  max-height: 80vh;
 }
 
 .result_header {