]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
style.css: Rename the breadcrumb selectors
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 20 Sep 2014 23:00:03 +0000 (00:00 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:35 +0000 (03:51 +0000)
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>
htdocs/css/style.css
templates/base.html

index d0a69c90822f02d8d026416918e0c9f03e0527f3..62b0c3c727a01658ef8d57de1ba98e104f47ca6e 100644 (file)
@@ -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;
 }
 
index 60a4fd4014812e0314947c2371b1d360f2b95291..3f1d363e9a1f50d9ec9d9f5f5a773b542fb3c9e2 100644 (file)
@@ -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 %}