2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix navbar margins and update grid sidebar styles to match

This commit is contained in:
Mark Otto
2014-07-08 16:39:46 -07:00
parent bb3157c2d9
commit 542f9973ed
10 changed files with 46 additions and 37 deletions
+1 -1
View File
@@ -311,7 +311,7 @@
@navbar-height: 50px;
@navbar-margin-bottom: @line-height-computed;
@navbar-border-radius: @border-radius-base;
@navbar-padding-horizontal: floor((@grid-gutter-width / 2));
@navbar-padding-horizontal: (@grid-gutter-width / 2);
@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2);
@navbar-collapse-max-height: 340px;