]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
templates: Redesign the breadcrumbs bar
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 9 Sep 2014 14:32:35 +0000 (15:32 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:33 +0000 (03:51 +0000)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css

index 2d8a6b21fda76f348a2f1e0e443fb27b1b909e96..3cf4b95278f5188d4f2cf93c4ac6173e2a45917e 100644 (file)
@@ -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 {