diff options
Diffstat (limited to 'css/bootstrap')
-rw-r--r-- | css/bootstrap/navbar.less | 3 | ||||
-rw-r--r-- | css/bootstrap/variables.less | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/css/bootstrap/navbar.less b/css/bootstrap/navbar.less index 3514c40..c261132 100644 --- a/css/bootstrap/navbar.less +++ b/css/bootstrap/navbar.less @@ -238,7 +238,8 @@ .navbar .nav > li > a { float: none; // Vertically center the text given @navbarHeight - padding: ((@navbarHeight - @baseLineHeight) / 2) 15px ((@navbarHeight - @baseLineHeight) / 2); +// padding: ((@navbarHeight - @baseLineHeight) / 2) 15px ((@navbarHeight - @baseLineHeight) / 2); + padding: ((@navbarHeight - @baseLineHeight) / 2) 5px ((@navbarHeight - @baseLineHeight) / 2); color: @navbarLinkColor; text-decoration: none; text-shadow: 0 1px 0 @navbarBackgroundHighlight; diff --git a/css/bootstrap/variables.less b/css/bootstrap/variables.less index 7d6efe0..3089093 100644 --- a/css/bootstrap/variables.less +++ b/css/bootstrap/variables.less @@ -130,8 +130,8 @@ // Sprite icons path // ------------------------- -@iconSpritePath: "../img/glyphicons-halflings.png"; -@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; +@iconSpritePath: "../../pics/glyphicons-halflings.png"; +@iconWhiteSpritePath: "../../pics/glyphicons-halflings-white.png"; // Input placeholder text color @@ -158,7 +158,8 @@ // ------------------------- @navbarCollapseWidth: 979px; -@navbarHeight: 40px; +//@navbarHeight: 40px; +@navbarHeight: 25px; @navbarBackgroundHighlight: #ffffff; @navbarBackground: darken(@navbarBackgroundHighlight, 5%); @navbarBorder: darken(@navbarBackground, 12%); |