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 2016/09/20 07:33:10 UTC

[07/27] couchdb-www git commit: fix: menu on mobile

fix: menu on mobile


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

Branch: refs/heads/asf-site
Commit: 2339b9f588a1bec3781717bc53f4181726ff8e4e
Parents: 9925d97
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Sep 3 15:38:07 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sat Sep 3 15:38:45 2016 +0200

----------------------------------------------------------------------
 style/master.css  | 1 -
 style/master.less | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/2339b9f5/style/master.css
----------------------------------------------------------------------
diff --git a/style/master.css b/style/master.css
index cf933bf..208a7f0 100644
--- a/style/master.css
+++ b/style/master.css
@@ -229,7 +229,6 @@ blockquote {
 }
 .menu-dropdown select {
   width: 100%;
-  font-size: 30px;
 }
 /*---------------------------------------------------
     Layout - Leadin

http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/2339b9f5/style/master.less
----------------------------------------------------------------------
diff --git a/style/master.less b/style/master.less
index bb74a93..ae2de43 100644
--- a/style/master.less
+++ b/style/master.less
@@ -266,7 +266,6 @@ blockquote {
 
 .menu-dropdown select{
     width: 100%;
-    font-size: 30px;
 }
 
 /*---------------------------------------------------