You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ts...@apache.org on 2015/07/28 21:36:12 UTC

wicket-site git commit: Fixed menu on mobile devices

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site e61dbaac7 -> 3d923a5f5


Fixed menu on mobile devices

_mainmenu.scss @media

Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/3d923a5f
Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/3d923a5f
Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/3d923a5f

Branch: refs/heads/asf-site
Commit: 3d923a5f59c9522afa2e21314903360a0e9b9f1d
Parents: e61dbaa
Author: Tobias Soloschenko <ts...@apache.org>
Authored: Tue Jul 28 21:35:26 2015 +0200
Committer: Tobias Soloschenko <ts...@apache.org>
Committed: Tue Jul 28 21:35:26 2015 +0200

----------------------------------------------------------------------
 _sass/modules/_mainmenu.scss | 4 ++++
 content/atom.xml             | 2 +-
 content/css/style.css        | 3 +++
 3 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3d923a5f/_sass/modules/_mainmenu.scss
----------------------------------------------------------------------
diff --git a/_sass/modules/_mainmenu.scss b/_sass/modules/_mainmenu.scss
index 63fb482..2e5780a 100644
--- a/_sass/modules/_mainmenu.scss
+++ b/_sass/modules/_mainmenu.scss
@@ -22,4 +22,8 @@ nav.mainmenu {
         font-weight:400;
         text-decoration: none;
     }
+    
+    @media screen and (orientation: portrait) {
+    	padding-bottom:50px;
+    }
 }

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3d923a5f/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index 7b3e966..f822bd1 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>2015-07-28T16:35:39+02:00</updated>
+    <updated>2015-07-28T21:33:46+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3d923a5f/content/css/style.css
----------------------------------------------------------------------
diff --git a/content/css/style.css b/content/css/style.css
index 7f582b9..98ef240 100644
--- a/content/css/style.css
+++ b/content/css/style.css
@@ -735,6 +735,9 @@ nav.mainmenu {
     color: #fff;
     font-weight: 400;
     text-decoration: none; }
+  @media screen and (orientation: portrait) {
+    nav.mainmenu {
+      padding-bottom: 50px; } }
 
 .toc ul {
   list-style: none; }