Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A210018F5D for ; Wed, 24 Jun 2015 09:44:11 +0000 (UTC) Received: (qmail 30882 invoked by uid 500); 24 Jun 2015 09:44:11 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 30830 invoked by uid 500); 24 Jun 2015 09:44:11 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 30821 invoked by uid 99); 24 Jun 2015 09:44:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 09:44:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5EDDFDFF1B; Wed, 24 Jun 2015 09:44:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: fauxton commit: updated refs/heads/master to 82a64dd Date: Wed, 24 Jun 2015 09:44:11 +0000 (UTC) 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 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 Authored: Tue Jun 23 17:43:39 2015 +0200 Committer: Robert Kowalski 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;