You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/03/16 12:15:42 UTC

[couchdb-fauxton] branch master updated: (#867) - tweak to support perma banner and secondary nav pages (#867)

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

garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

The following commit(s) were added to refs/heads/master by this push:
       new  248b71a    (#867) - tweak to support perma banner and secondary nav pages (#867)
248b71a is described below

commit 248b71ad8a29280b3a8792b170612144a8856d97
Author: Ryan Millay <rm...@us.ibm.com>
AuthorDate: Thu Mar 16 08:15:40 2017 -0400

     (#867) - tweak to support perma banner and secondary nav pages (#867)
---
 assets/less/templates.less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/less/templates.less b/assets/less/templates.less
index 190343a..ba41a21 100644
--- a/assets/less/templates.less
+++ b/assets/less/templates.less
@@ -421,8 +421,8 @@
     padding: 15px;
     bottom: 0px;
     top: @collapsedNavWidth;
-    position: fixed;
-    left: @sidebarWidth+@navWidth;
+    position: absolute;
+    left: @sidebarWidth;
     right: 0;
     .box-sizing(border-box);
     .closeMenu & {

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].