From d23034a1a4b70c4a9cf1405adf9c80898b222e00 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 9 Sep 2014 15:32:35 +0100 Subject: templates: Redesign the breadcrumbs bar Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- htdocs/css/style.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'htdocs') 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 { -- cgit v1.2.3