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>
color: #fff;
}
-#nav {
+#breadcrumb {
float: left
width: 100%;
border-bottom: 0.1em solid #ddd;
color: #a0a0a0;
}
-#navleft {
+#breadcrumb-left {
float: left;
}
-#navright {
+#breadcrum-right {
float: right;
}
</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>
→
{% block breadcrumb %}