summaryrefslogtreecommitdiff
path: root/htdocs
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 /htdocs
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 'htdocs')
-rw-r--r--htdocs/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index d0a69c9..62b0c3c 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;
}