From 889e695280f9b82cc31aeb5e8a28b60f8cd6c260 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 13 Jul 2013 13:10:04 -0400 Subject: [PATCH] Adjust unit test to confirm null permission fix (issue-259) --- src/site/custom.less | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/site/custom.less b/src/site/custom.less index c05058b..96e70ca 100644 --- a/src/site/custom.less +++ b/src/site/custom.less @@ -9,9 +9,7 @@ // GLOBAL VALUES // -------------------------------------------------- -@blueDark: #000060; -@blueDarker: #000050; -@blueDarkest: #000040; +@blueDark: #002060; @standardGray: #ccc; @cornflower: #abd4ff; @white: #fff; @@ -24,7 +22,7 @@ // Navbar // ------------------------- @navbarHeight: 45px; -@navbarBackground: @blueDarkest; +@navbarBackground: @blueDark; @navbarBackgroundHighlight: @blueDark; @navbarText: @white; @navbarLinkColor: @white; @@ -68,15 +66,15 @@ } ul > li:focus, .active { - background-repeat:no-repeat; - background-image: url('../../arrow_page.png'); - background-position: center bottom; - outline: 0; + outline: 0; + padding-bottom: 1px; + border-bottom: 3px solid #ff9900; + margin-bottom: -1px; } } .navbar-inner { - background-color: @blueDarker; + background-color: @blueDark; border-bottom: 2px solid #ff9900; } -- Gitblit v1.9.1