You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2013/06/25 23:07:49 UTC

[42/46] git commit: updated refs/heads/1829-User-Experience-Redesign to b7ee0e5

db stuff


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

Branch: refs/heads/1829-User-Experience-Redesign
Commit: ff96b710fbce2161786b263926cb89ee16a44abd
Parents: a69be19
Author: suelockwood <de...@gmail.com>
Authored: Tue Jun 18 16:28:10 2013 -0400
Committer: suelockwood <de...@gmail.com>
Committed: Tue Jun 18 16:28:10 2013 -0400

----------------------------------------------------------------------
 src/fauxton/assets/less/fauxton.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ff96b710/src/fauxton/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/less/fauxton.less b/src/fauxton/assets/less/fauxton.less
index 61c45a9..616059b 100644
--- a/src/fauxton/assets/less/fauxton.less
+++ b/src/fauxton/assets/less/fauxton.less
@@ -57,7 +57,6 @@
 @linkColor: @red;
 
 
-
 body {
   background-color: #F2F2F2;
 }
@@ -170,6 +169,7 @@ a:active {
 #dashboard {
   position: relative;
   margin-left: 220px;
+  .box-shadow(-10px 0 15px -6px #333333);
   .closeMenu & {
     margin-left: @collapsedNavWidth;
   }