You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/10/08 16:19:53 UTC

[1/2] couchdb-www git commit: Fix mobile width for site.

Repository: couchdb-www
Updated Branches:
  refs/heads/asf-site ceee12821 -> db80ef117


Fix mobile width for site.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/18788507
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/18788507
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/18788507

Branch: refs/heads/asf-site
Commit: 187885077552ca058f910f8a49a633239543330c
Parents: b7a7235
Author: Alex Hernandez <po...@gmail.com>
Authored: Thu Oct 5 15:46:37 2017 -0400
Committer: Alex Hernandez <po...@gmail.com>
Committed: Thu Oct 5 15:46:37 2017 -0400

----------------------------------------------------------------------
 index.html        |  2 +-
 style/master.css  | 15 +++++++++++----
 style/master.less | 13 +++++++++++++
 3 files changed, 25 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/18788507/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index b877a97..b07d0b2 100644
--- a/index.html
+++ b/index.html
@@ -467,7 +467,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design.
         </form>
       </div>
 
-      <br>
+      <br id="hide-mobile">
 
       <div class="list-header">
         <a href="http://mail-archives.apache.org/mod_mbox/couchdb-announce/"><strong>Announcement List</strong></a>

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/18788507/style/master.css
----------------------------------------------------------------------
diff --git a/style/master.css b/style/master.css
index 36585f4..0980a04 100644
--- a/style/master.css
+++ b/style/master.css
@@ -135,10 +135,8 @@ div.button:hover {
 .cf:after {
   content: " ";
   /* 1 */
-
   display: table;
   /* 2 */
-
 }
 .cf:after,
 .clear {
@@ -218,7 +216,7 @@ blockquote {
   -moz-transition: all 0.25s linear;
   transition: all 0.25s linear;
   padding: 16px;
-  margin: 0 2.2857142857142856px;
+  margin: 0 2.28571429px;
   line-height: 55px;
 }
 .menu a:hover {
@@ -633,6 +631,16 @@ a.pt-about {
   .button-container {
     right: 16px;
   }
+  .mailing-list {
+    text-align: center;
+    margin-bottom: 0;
+  }
+  #hide-mobile {
+    display: none;
+  }
+  #search-box {
+    width: 75%;
+  }
 }
 @media all and (max-width: 950px) {
   h1 {
@@ -740,7 +748,6 @@ a.pt-about {
 @media all and (max-width: 675px) {
   body {
     /*        font-size: 14px;*/
-  
   }
   .leadin img {
     left: -4px;

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/18788507/style/master.less
----------------------------------------------------------------------
diff --git a/style/master.less b/style/master.less
index dd9d26e..ebe8d74 100644
--- a/style/master.less
+++ b/style/master.less
@@ -714,6 +714,19 @@ a.pt-about {
     .button-container {
         right: @padding;
     }
+
+    .mailing-list {
+        text-align: center;
+        margin-bottom: 0;
+    }
+
+    #hide-mobile {
+        display: none;
+    }
+
+    #search-box {
+        width: 75%;
+    }
 }
 
 @media all and (max-width:950px) {


[2/2] couchdb-www git commit: Merge remote-tracking branch 'pori/asf-site' into asf-site

Posted by ja...@apache.org.
Merge remote-tracking branch 'pori/asf-site' into asf-site

* pori/asf-site:
  Fix mobile width for site.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/db80ef11
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/db80ef11
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/db80ef11

Branch: refs/heads/asf-site
Commit: db80ef117bb999aff84e17efe53c85822187f15d
Parents: ceee128 1878850
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sun Oct 8 18:19:45 2017 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun Oct 8 18:19:45 2017 +0200

----------------------------------------------------------------------
 index.html        |  2 +-
 style/master.css  | 15 +++++++++++----
 style/master.less | 13 +++++++++++++
 3 files changed, 25 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/db80ef11/index.html
----------------------------------------------------------------------