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 2014/08/06 16:11:58 UTC

fauxton commit: updated refs/heads/master to 79c11d7

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 285d32e7d -> 79c11d768


remove unneeded z-index


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

Branch: refs/heads/master
Commit: 79c11d768aecc14b2aebb3afc4bbc635d87f5892
Parents: 285d32e
Author: Garren Smith <ga...@gmail.com>
Authored: Wed Aug 6 16:11:46 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Wed Aug 6 16:11:46 2014 +0200

----------------------------------------------------------------------
 assets/less/fauxton.less | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/79c11d76/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index 463b1e0..10b1e78 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -363,7 +363,6 @@ table.databases {
         padding: 22px 0 0 18px;
         position: fixed;
         top: 0;
-        z-index: 100;
         background-color: @primaryNav;
         width: @navWidth;
         div{