diff options
| author | Mark Otto <[email protected]> | 2013-08-11 18:32:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 18:32:52 -0700 |
| commit | c2cfd3153bd181ebd05b347d04b3fff08fa1d890 (patch) | |
| tree | 38ecd9367558a2a9c89c1438e9e03f4ef3d6fda1 /less/variables.less | |
| parent | e9650f51bf9e335076ae2890915a99fee82ed9a7 (diff) | |
| download | bootstrap-c2cfd3153bd181ebd05b347d04b3fff08fa1d890.tar.xz bootstrap-c2cfd3153bd181ebd05b347d04b3fff08fa1d890.zip | |
addressing #9189 manually, part 6: add a navbar margin var, but avoid the navbar-nav var because that should really be customizable
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index 89e01700e..bf180aff6 100644 --- a/less/variables.less +++ b/less/variables.less @@ -232,6 +232,7 @@ @navbar-height: 50px; @navbar-color: #777; @navbar-bg: #eee; +@navbar-margin-bottom: @line-height-computed; @navbar-border-radius: @border-radius-base; @navbar-padding-horizontal: floor(@grid-gutter-width / 2); @navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2); |
