diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-09-21 00:00:03 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:35 +0000 |
commit | 5a46b8f87e692901610788cb3ccd14059b166167 (patch) | |
tree | f2fda3af1a9b09adb650ec3fb60ea4b90b80618f /templates/base.html | |
parent | 928f04eb32454b86f5155a98eedc48e8869cb820 (diff) | |
download | patchwork-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/base.html')
-rw-r--r-- | templates/base.html | 4 |
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> → {% block breadcrumb %} |