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 2019/08/25 11:25:49 UTC

[camel-website] branch master updated (fb0ff7b -> 22bb87f)

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 fb0ff7b  chore: add redirects for Google first hit summary
     new cabdc62  fix: set menu items spacing to equal
     new eb2eacb  Revert "fix: set menu items spacing to equal"
     new 24c2fc8  update: set menu items spacig into equal spacing using css
     new 22bb87f  fix: recommended fixes done

The 4 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 | 1 +
 1 file changed, 1 insertion(+)


[camel-website] 01/04: fix: set menu items spacing to equal

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 cabdc62b0294a2ff015c9234bb9736bfa6270d87
Author: nayananga@nayananga-Aspire-E5-575G <na...@gmail.com>
AuthorDate: Sat Aug 24 15:44:57 2019 +0530

    fix: set menu items spacing to equal
---
 antora-ui-camel/src/partials/header-content.hbs | 2 +-
 layouts/partials/header.html                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora-ui-camel/src/partials/header-content.hbs b/antora-ui-camel/src/partials/header-content.hbs
index dac81e8..4af80b1 100644
--- a/antora-ui-camel/src/partials/header-content.hbs
+++ b/antora-ui-camel/src/partials/header-content.hbs
@@ -10,7 +10,7 @@
                 <div class="navbar-item has-dropdown is-hoverable">
                 <a class="navbar-link" href="#">{{name}}</a>
                 {{else}}
-                <a class="navbar-item" href="{{../../siteRootPath}}{{url}}">{{name}}</a>
+                <a class="navbar-item" href="{{../../siteRootPath}}{{url}}">{{{add name '&nbsp&nbsp&nbsp&nbsp'}}}</a>
                 {{/if}}
                 {{#if children}}
                 <div class="navbar-dropdown">
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 95479fc..e1594b0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -47,7 +47,7 @@
                             </div>
                         </div>
                         {{ else }}
-                        <a class="navbar-item" href="{{ .URL | relURL }}">{{ .Name }}</a>
+                        <a class="navbar-item" href="{{ .URL | relURL }}">{{ .Name }}&nbsp&nbsp&nbsp&nbsp</a>
                         {{ end }}
                         {{ end }}
                     </div>


[camel-website] 03/04: update: set menu items spacig into equal spacing using css

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 24c2fc80c48e4f8f42a888d096047a16a665d78f
Author: nayananga@nayananga-Aspire-E5-575G <na...@gmail.com>
AuthorDate: Sun Aug 25 10:24:34 2019 +0530

    update: set menu items spacig into equal spacing using css
---
 antora-ui-camel/src/css/header.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/antora-ui-camel/src/css/header.css b/antora-ui-camel/src/css/header.css
index 2fc309a..89a08d0 100644
--- a/antora-ui-camel/src/css/header.css
+++ b/antora-ui-camel/src/css/header.css
@@ -130,6 +130,8 @@ body {
 .navbar-item {
   flex: none;
   margin-bottom: 1px;
+  font-weight: bolder;
+  padding-right: 1.5rem;
 }
 
 .navbar-item.has-dropdown {


[camel-website] 04/04: fix: recommended fixes done

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 22bb87f8127ae3a95c1b581433aded691d34333d
Author: nayananga@nayananga-Aspire-E5-575G <na...@gmail.com>
AuthorDate: Sun Aug 25 16:16:38 2019 +0530

    fix: recommended fixes done
---
 antora-ui-camel/src/css/header.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/antora-ui-camel/src/css/header.css b/antora-ui-camel/src/css/header.css
index 89a08d0..f4b8311 100644
--- a/antora-ui-camel/src/css/header.css
+++ b/antora-ui-camel/src/css/header.css
@@ -130,7 +130,6 @@ body {
 .navbar-item {
   flex: none;
   margin-bottom: 1px;
-  font-weight: bolder;
   padding-right: 1.5rem;
 }
 


[camel-website] 02/04: Revert "fix: set menu items spacing to equal"

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 eb2eacbc5e23db2565915947eee75bab75d979fc
Author: nayananga@nayananga-Aspire-E5-575G <na...@gmail.com>
AuthorDate: Sat Aug 24 23:30:41 2019 +0530

    Revert "fix: set menu items spacing to equal"
    
    This reverts commit 2a389d3b547e48652606b5438402aee5000dbce5.
---
 antora-ui-camel/src/partials/header-content.hbs | 2 +-
 layouts/partials/header.html                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora-ui-camel/src/partials/header-content.hbs b/antora-ui-camel/src/partials/header-content.hbs
index 4af80b1..dac81e8 100644
--- a/antora-ui-camel/src/partials/header-content.hbs
+++ b/antora-ui-camel/src/partials/header-content.hbs
@@ -10,7 +10,7 @@
                 <div class="navbar-item has-dropdown is-hoverable">
                 <a class="navbar-link" href="#">{{name}}</a>
                 {{else}}
-                <a class="navbar-item" href="{{../../siteRootPath}}{{url}}">{{{add name '&nbsp&nbsp&nbsp&nbsp'}}}</a>
+                <a class="navbar-item" href="{{../../siteRootPath}}{{url}}">{{name}}</a>
                 {{/if}}
                 {{#if children}}
                 <div class="navbar-dropdown">
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e1594b0..95479fc 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -47,7 +47,7 @@
                             </div>
                         </div>
                         {{ else }}
-                        <a class="navbar-item" href="{{ .URL | relURL }}">{{ .Name }}&nbsp&nbsp&nbsp&nbsp</a>
+                        <a class="navbar-item" href="{{ .URL | relURL }}">{{ .Name }}</a>
                         {{ end }}
                         {{ end }}
                     </div>