diff options
| author | Mark Otto <[email protected]> | 2014-07-08 16:39:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 16:39:46 -0700 |
| commit | 542f9973ed331bb55eb41fcea1f381191ab5e068 (patch) | |
| tree | 83911d33b351861194c071ee1f6c8ab2ad33cb66 /less | |
| parent | bb3157c2d92888348cbf1fd384fc59630f3ea267 (diff) | |
| download | bootstrap-542f9973ed331bb55eb41fcea1f381191ab5e068.tar.xz bootstrap-542f9973ed331bb55eb41fcea1f381191ab5e068.zip | |
Fix navbar margins and update grid sidebar styles to match
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index ff994fad1..92b056b61 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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; |
