2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Fixes #8397: better navbar padding with grid gutter stuff

This commit is contained in:
Mark Otto
2013-07-18 01:04:54 -07:00
parent d87431a29e
commit 181b276774
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -176,7 +176,8 @@
@navbar-height: 50px;
@navbar-color: #777;
@navbar-bg: #eee;
@navbar-padding: floor(@grid-gutter-width / 2); // ~15px
@navbar-padding-horizontal: floor(@grid-gutter-width / 2); // ~15px
@navbar-padding-vertical: 15px;
// Navbar links
@navbar-link-color: #777;