You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2020/06/29 14:13:17 UTC

[wicket-site] branch wicket-9 updated: Replaced 'justify-content:' value from ' right' to 'flex-end'

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

adelbene pushed a commit to branch wicket-9
in repository https://gitbox.apache.org/repos/asf/wicket-site.git


The following commit(s) were added to refs/heads/wicket-9 by this push:
     new 45f9909  Replaced 'justify-content:' value from ' right' to 'flex-end'
45f9909 is described below

commit 45f990964978b322074f36677c8a3dfcfa179558
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Mon Jun 29 16:12:13 2020 +0200

    Replaced 'justify-content:' value from ' right' to 'flex-end'
---
 _sass/modules/_mainmenu.scss | 2 +-
 content/atom.xml             | 2 +-
 content/css/style.css        | 2 +-
 content/css/style.css.map    | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_sass/modules/_mainmenu.scss b/_sass/modules/_mainmenu.scss
index aedac8e..1d92ec5 100644
--- a/_sass/modules/_mainmenu.scss
+++ b/_sass/modules/_mainmenu.scss
@@ -33,7 +33,7 @@ nav.mainmenu {
     &:last-child {
         flex-grow: 1;
         
-        justify-content: right;
+        justify-content: flex-end;
         
         @include breakpoint($breakpoint-20, 'max-width') {
            justify-content: center;
diff --git a/content/atom.xml b/content/atom.xml
index 57bbcd1..41689a9 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2020-06-26T18:58:56+02:00</updated>
+    <updated>2020-06-29T16:09:25+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/css/style.css b/content/css/style.css
index 4458d97..f89d272 100644
--- a/content/css/style.css
+++ b/content/css/style.css
@@ -381,7 +381,7 @@ nav.mainmenu a:hover { color: #303284; }
 
 .nav-container { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
 
-.nav-container:last-child { flex-grow: 1; justify-content: right; font-size: 2rem; flex-wrap: nowrap; }
+.nav-container:last-child { flex-grow: 1; justify-content: flex-end; font-size: 2rem; flex-wrap: nowrap; }
 
 @media (max-width: 769px) { .nav-container:last-child { justify-content: center; } }
 
diff --git a/content/css/style.css.map b/content/css/style.css.map
index 898968a..e421d34 100644
--- a/content/css/style.css.map
+++ b/content/css/style.css.map
@@ -35,12 +35,12 @@
 		".lineno { text-align: right; margin-right: 0.5rem;}\n.highlight  { background: #ffffff; }\n.highlight .c { color: #999988; font-style: italic } /* Comment */\n.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */\n.highlight .k { font-weight: bold } /* Keyword */\n.highlight .o { font-weight: bold } /* Operator */\n.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */\n.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc * [...]
 		"\n",
 		".jumbotron {\n    &.header{\n/*        background: radial-gradient(ellipse closest-side, rgba(0,0,0,0), rgba(0,0,0,0.6)), url('../img/background-1.jpg');*/\n        background-color:#111;\n        background-image: url('../img/background-2.jpg');\n        background-repeat: no-repeat;\n        background-position: center 25%;\n        background-size: cover;\n        box-shadow: inset 0 0 40px rgba(0, 0, 0, 1);\n    }\n\n    .mainmenu {\n        @include breakpoint($breakpoint-20) {\n [...]
-		"nav.mainmenu {\n    display:block;\n    margin:0 auto 2rem auto;\n    text-align:center;\n    padding-top: 12px;\n    display:inline-block;\n    text-transform: uppercase;\n    font-weight:bold;\n    &.active { border-bottom: 2px solid white;}\n    \n    li+li {\n        margin-left:1*$grid-column;\n    }\n\n    a, a:active {\n        border:none;\n        color:rgb(233, 120, 38);\n        font-weight:500;\n        text-decoration: none;\n    }\n    \n    a:hover {\n        color: #30 [...]
+		"nav.mainmenu {\n    display:block;\n    margin:0 auto 2rem auto;\n    text-align:center;\n    padding-top: 12px;\n    display:inline-block;\n    text-transform: uppercase;\n    font-weight:bold;\n    &.active { border-bottom: 2px solid white;}\n    \n    li+li {\n        margin-left:1*$grid-column;\n    }\n\n    a, a:active {\n        border:none;\n        color:rgb(233, 120, 38);\n        font-weight:500;\n        text-decoration: none;\n    }\n    \n    a:hover {\n        color: #30 [...]
 		".toc {\n    ul { list-style: none; }\n    &>ul {\n        margin-left: 0;\n    }\n    &>ul > li+li {\n        margin-top: 1rem;\n    }\n    \n    @include breakpoint($breakpoint-10) {\n\t   display: none;\n        \n    }\n}\n",
 		".builtwithwicket {    \n    background-color: #eee;\n    /*margin-left: -1rem;\n    margin-right: -1rem;*/\n    padding-bottom: 2rem;\n    padding-left: 1rem;\n    padding-right: 1rem;\n    \n    .slick-prev::before,\n    .slick-next::before {\n        color: $color-brand-50;\n    }\n}\n\n.builtwithwicket + hr {\n    display:none;\n}\n\n.builtwithwicket-post {\n    padding: 1rem 1rem 0 1rem;\n}\n\n.builtwithwicket-screenshot {\n    margin: 0 auto;\n    max-height: 20rem;\n    min-heig [...]
 		"div.quickstart-wizard {\n  background-color: $color-brand-70;\n  border-radius: 3px;\n  color: #ffffff;\n  line-height: 2em;\n  padding: 1rem 2rem 2rem 2rem; \n\n  label {\n    display: block;\n    font-weight:bold;\n    margin-top: 0.5rem;\n  }\n  button,\n  input,\n  select,\n  textarea {\n    display: block;\n    width: 100%;\n    border: none;\n    border-radius: 3px;\n    padding: 0.5rem;\n    color: #606060;\n    height: 2rem; \n  }\n\n  textarea {\n    height: 5rem; \n  }\n\n   [...]
 		"\n.wicket8 {\n    nav.mainmenu {\n        a, a:active, a:hover {\n            color:$almost-black;\n        }\n    }\n\n    .header {\n        color:$almost-black;\n    }\n    .jumbotron {\n        &.header{\n            background-color:#BF866F;\n            background-image: url('../img/background-4.jpg');\n            background-repeat: no-repeat;\n            background-position: center 50%;\n            background-size: cover;\n            box-shadow: none;\n        }\n        .j [...]
 	],
 	"names": [],
-	"mappings": "AAAA,OAAO,CAAC,4CAAI;AACZ,OAAO,CAAC,4CAAI;AKCZ,AAAA,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,E [...]
+	"mappings": "AAAA,OAAO,CAAC,4CAAI;AACZ,OAAO,CAAC,4CAAI;AKCZ,AAAA,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,E [...]
 }
\ No newline at end of file