From 5a46b8f87e692901610788cb3ccd14059b166167 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sun, 21 Sep 2014 00:00:03 +0100 Subject: 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 --- htdocs/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htdocs/css') 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; } -- cgit v1.2.3