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:20 UTC

[camel-website] branch revert-197-issue/blog-page-categories created (now c42f140)

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

zregvart pushed a change to branch revert-197-issue/blog-page-categories
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at c42f140  Revert "fixed blog page categories width"

This branch includes the following new commits:

     new e7e8910  Revert " Improved new css for hide categories"
     new c1fc6e5  Revert "Improved CSS for mobile view"
     new c42f140  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.



[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 revert-197-issue/blog-page-categories
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit c1fc6e57d32b968fb0a40024d6193d065ba263b3
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] 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 revert-197-issue/blog-page-categories
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit c42f140191a8ac9f05cc3a553057fa0c4ec7dd82
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;
-  }
-}


[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 revert-197-issue/blog-page-categories
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit e7e89108690f8b336afff2ef2e20a6beac74a96c
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;
   }
 }