From: Damien Lespiau Date: Tue, 9 Sep 2014 14:32:35 +0000 (+0100) Subject: templates: Redesign the breadcrumbs bar X-Git-Tag: v1.1.0~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23034a1a4b70c4a9cf1405adf9c80898b222e00;p=thirdparty%2Fpatchwork.git templates: Redesign the breadcrumbs bar Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 2d8a6b21..3cf4b952 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 {