You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/06/24 11:44:11 UTC

fauxton commit: updated refs/heads/master to 82a64dd

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 5abb48d66 -> 82a64ddde


remove duplicated sidebar css

PR: #472
PR-URL: https://github.com/apache/couchdb-fauxton/pull/472
Reviewed-By: Michelle Phung <mi...@apache.org>


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

Branch: refs/heads/master
Commit: 82a64dddea6438a6ea6e32dc7730a849786a5fea
Parents: 5abb48d
Author: Robert Kowalski <ro...@apache.org>
Authored: Tue Jun 23 17:43:39 2015 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Jun 24 11:44:06 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/82a64ddd/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index a51b783..6ee3145 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -221,55 +221,6 @@ table.databases {
   }
 }
 
-.sidenav {
-  padding: 0;
-  header {
-    width: @sidebarWidth;
-    border-bottom: 1px solid #d3d7db;
-  }
-  .nav-list{
-    .divider {
-      border: none;
-    }
-    > li > a:hover{
-      background-color: @linkColorHover;
-      color: #fff;
-    }
-    li.active > a {
-      color: @linkColorHover;
-    }
-    > li > a{
-      color: @linkColor;
-      padding: 10px 13px 10px 24px;
-      border-bottom: 1px solid #d3d7db;
-      span{
-        margin-right: 8px;
-        width: 14px;
-        display: inline-block;
-        text-align: center;
-      }
-    }
-    a{
-      display: block;
-      padding: 10px 5px 5px 15px;
-      color: @subListGray;
-      .divider {
-        background: none;
-        color: #ccc;
-        padding: 0 2px;
-      }
-    }
-    .nav-header{
-      padding: 0px;
-      text-shadow: none;
-      color: #333333;
-      & > span:hover {
-        color: @linkColor;
-      }
-    }
-  }
-}
-
 #sidebar-content {
   position: absolute;
   top: 60px;