diff options
| author | Mark Otto <[email protected]> | 2013-08-11 16:07:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 16:07:45 -0700 |
| commit | 1ff1dfb2bd031832c725c146deb8b7363cfeadf5 (patch) | |
| tree | 9327d5a12c3b0e69bd0e74101386242a491100eb /less | |
| parent | 0561cfec6bb0fc0738f9f1cf5f4463e96fa1c33c (diff) | |
| download | bootstrap-1ff1dfb2bd031832c725c146deb8b7363cfeadf5.tar.xz bootstrap-1ff1dfb2bd031832c725c146deb8b7363cfeadf5.zip | |
fixes #9348 by ditching a comment
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 3a9430e2e..012f486b1 100644 --- a/less/variables.less +++ b/less/variables.less @@ -226,7 +226,7 @@ @navbar-color: #777; @navbar-bg: #eee; @navbar-border-radius: @border-radius-base; -@navbar-padding-horizontal: floor(@grid-gutter-width / 2); // ~15px +@navbar-padding-horizontal: floor(@grid-gutter-width / 2); @navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2); // Navbar links |
