From: Damien Lespiau Date: Sat, 20 Sep 2014 23:00:03 +0000 (+0100) Subject: style.css: Rename the breadcrumb selectors X-Git-Tag: v1.1.0~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a46b8f87e692901610788cb3ccd14059b166167;p=thirdparty%2Fpatchwork.git 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 Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index d0a69c90..62b0c3c7 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 60a4fd40..3f1d363e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -60,8 +60,8 @@ {% if project %} -