summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-09-21 00:00:03 +0100
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:51:35 +0000
commit5a46b8f87e692901610788cb3ccd14059b166167 (patch)
treef2fda3af1a9b09adb650ec3fb60ea4b90b80618f /templates
parent928f04eb32454b86f5155a98eedc48e8869cb820 (diff)
downloadpatchwork-5a46b8f87e692901610788cb3ccd14059b166167.tar
patchwork-5a46b8f87e692901610788cb3ccd14059b166167.tar.gz
style.css: Rename the breadcrumb selectors
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 <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 60a4fd4..3f1d363 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -60,8 +60,8 @@
</div>
</nav>
{% if project %}
- <div id="nav">
- <div id="navleft">
+ <div id="breadcrumb">
+ <div id="breadcrumb-left">
<a href="{% url 'patchwork.views.projects' %}">All projects</a>
&#8594;
{% block breadcrumb %}