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/13 13:43:37 UTC

[camel-website] branch master updated (21dbd4d -> e8d2076)

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 21dbd4d  Merge pull request #206 from AemieJ/update/README
     new 133e086  fixed blog page categories width
     new acfa828  Improved CSS for mobile view
     new e8d2076   Improved new css for hide categories

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/doc.css | 6 ++++++
 1 file changed, 6 insertions(+)


[camel-website] 01/03: fixed blog page categories width

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 133e0866bd82dcf88b20268979db74b7692382db
Author: jyoti attri <jy...@gmail.com>
AuthorDate: Thu Mar 12 12:58:02 2020 +0530

    fixed blog page categories width
---
 antora-ui-camel/src/css/doc.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index 30efd47..fc7fd56 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -634,3 +634,9 @@ kbd,
 .stretch {
   width: 100%;
 }
+
+@media screen and (max-width: 600px) {
+  .doc aside {
+    width: auto;
+  }
+}


[camel-website] 03/03: Improved new css for hide categories

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 e8d20764fc712d36ed44d38d299a87f0a3199b8f
Author: jyoti attri <jy...@gmail.com>
AuthorDate: Fri Mar 13 17:40:26 2020 +0530

     Improved new css for hide categories
---
 antora-ui-camel/src/css/doc.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index b51ea6e..1d2fcc5 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -635,8 +635,8 @@ kbd,
   width: 100%;
 }
 /* for mobile screens */
-@media screen and (max-width: 600px) {
+@media screen and (max-width: 1023px) {
   .doc aside {
-    width: auto;
+    display: none;
   }
 }


[camel-website] 02/03: Improved CSS for mobile view

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 acfa828688109fa5d62e642ae260a755d0ecce5e
Author: jyoti attri <jy...@gmail.com>
AuthorDate: Fri Mar 13 10:46:08 2020 +0530

    Improved CSS for mobile view
---
 antora-ui-camel/src/css/doc.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index fc7fd56..b51ea6e 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -634,7 +634,7 @@ kbd,
 .stretch {
   width: 100%;
 }
-
+/* for mobile screens */
 @media screen and (max-width: 600px) {
   .doc aside {
     width: auto;