bootstrap: fixed login/register, footer, and navbar
[e-DoKo.git] / css / bootstrap / navbar.less
index 3514c40e0fe93801d6e25c963c80d6ae586b4c6b..c2611320e8d9dc1c909fe37dd2321dbf512a0e6a 100644 (file)
 .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;