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:44:51 UTC

[camel-website] branch master updated (e8d2076 -> 6f6a8cd)

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 e8d2076   Improved new css for hide categories
     new dc54cd0  Revert " Improved new css for hide categories"
     new c0b7ffe  Revert "Improved CSS for mobile view"
     new 6f6a8cd  Revert "fixed blog page categories width"

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 deletions(-)


[camel-website] 02/03: Revert "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 c0b7ffe321eab534bd6acd488943d158057c1df9
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Fri Mar 13 14:44:11 2020 +0100

    Revert "Improved CSS for mobile view"
    
    This reverts commit acfa828688109fa5d62e642ae260a755d0ecce5e.
---
 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 b51ea6e..fc7fd56 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;


[camel-website] 01/03: Revert " 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 dc54cd0dfdb32e7efa2ca458600f11a471c54a04
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Fri Mar 13 14:44:11 2020 +0100

    Revert " Improved new css for hide categories"
    
    This reverts commit e8d20764fc712d36ed44d38d299a87f0a3199b8f.
---
 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 1d2fcc5..b51ea6e 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: 1023px) {
+@media screen and (max-width: 600px) {
   .doc aside {
-    display: none;
+    width: auto;
   }
 }


[camel-website] 03/03: Revert "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 6f6a8cd78c637f9bf8a3dafd86235fd5aab2643e
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Fri Mar 13 14:44:11 2020 +0100

    Revert "fixed blog page categories width"
    
    This reverts commit 133e0866bd82dcf88b20268979db74b7692382db.
---
 antora-ui-camel/src/css/doc.css | 6 ------
 1 file changed, 6 deletions(-)

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