[PATCH 09/51] templates: Redesign the breadcrumbs bar

Damien Lespiau damien.lespiau at intel.com
Tue Aug 25 04:22:58 AEST 2015


Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 htdocs/css/style.css | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 2d8a6b2..3cf4b95 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -41,14 +41,9 @@ a:hover {
 #nav {
 	float: left
 	width: 100%;
-	background: #e8e8e8;
-	border-bottom: 0.2em solid #786fb4;
-	font-size: 90%;
-	padding: 0.2em 0.5em;
-}
-
-#nav a {
-	text-decoration: underline;
+	border-bottom: 0.1em solid #ddd;
+	padding: 0.2em 1em;
+	color: #a0a0a0;
 }
 
 #navleft {
-- 
2.1.0



More information about the Patchwork mailing list