Luca Milanesio
2013-11-08 a0831dca3c087658a689bae102e2040a90c48d2e
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;
}