From 4770ee078497f820cd3b0455bea774ab24a28129 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 7 Jan 2014 17:54:40 -0500 Subject: [PATCH] 40px navbar height --- public/css/flatly.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/flatly.less b/public/css/flatly.less index b0d4d451ed0..0090aff146f 100644 --- a/public/css/flatly.less +++ b/public/css/flatly.less @@ -494,7 +494,7 @@ you can use the generic selector below, but it's slower: // ------------------------- // Basics of a navbar -@navbar-height: 50px; +@navbar-height: 40px; @navbar-margin-bottom: @line-height-computed; @navbar-border-radius: @border-radius-base; @navbar-padding-horizontal: floor(@grid-gutter-width / 2); // ~15px