diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-09-09 15:32:35 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:33 +0000 |
commit | d23034a1a4b70c4a9cf1405adf9c80898b222e00 (patch) | |
tree | e817565b187c3a390e64f7a9f977984ee347b132 | |
parent | 6d854ab67ac01d62cbb29d299c5cfc6c4ac26083 (diff) | |
download | patchwork-d23034a1a4b70c4a9cf1405adf9c80898b222e00.tar patchwork-d23034a1a4b70c4a9cf1405adf9c80898b222e00.tar.gz |
templates: Redesign the breadcrumbs bar
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r-- | htdocs/css/style.css | 11 |
1 files 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 { |