From patchwork Mon Aug 24 18:23:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Lespiau X-Patchwork-Id: 510229 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 70EC414032C for ; Tue, 25 Aug 2015 04:26:48 +1000 (AEST) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 50ED61A1D79 for ; Tue, 25 Aug 2015 04:26:48 +1000 (AEST) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lists.ozlabs.org (Postfix) with ESMTP id B85C71A1DA0 for ; Tue, 25 Aug 2015 04:24:07 +1000 (AEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 24 Aug 2015 11:24:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,739,1432623600"; d="scan'208";a="789969226" Received: from smarupud-mobl2.amr.corp.intel.com (HELO strange.amr.corp.intel.com) ([10.254.186.249]) by fmsmga002.fm.intel.com with ESMTP; 24 Aug 2015 11:24:06 -0700 From: Damien Lespiau To: patchwork@lists.ozlabs.org Subject: [PATCH 16/51] style.css: Rename the breadcrumb selectors Date: Mon, 24 Aug 2015 19:23:05 +0100 Message-Id: <1440440620-25937-17-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1440440620-25937-1-git-send-email-damien.lespiau@intel.com> References: <1440440620-25937-1-git-send-email-damien.lespiau@intel.com> X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Bootstrap called what was the header bar "navigation". Let's rename the nav* selector with 'breadcrumb' so there's no confusion with bootstrap's nagivation elements and selectors. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- htdocs/css/style.css | 6 +++--- templates/base.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/css/style.css b/htdocs/css/style.css index d0a69c9..62b0c3c 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -43,7 +43,7 @@ h2 { color: #fff; } -#nav { +#breadcrumb { float: left width: 100%; border-bottom: 0.1em solid #ddd; @@ -51,11 +51,11 @@ h2 { color: #a0a0a0; } -#navleft { +#breadcrumb-left { float: left; } -#navright { +#breadcrum-right { float: right; } diff --git a/templates/base.html b/templates/base.html index f770ac9..cef0671 100644 --- a/templates/base.html +++ b/templates/base.html @@ -61,8 +61,8 @@ {% if project %} -