diff options
| author | Mark Otto <[email protected]> | 2013-07-25 09:57:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-25 09:57:49 -0700 |
| commit | 4d42100a3ea3b926b78d282898c421473fe52128 (patch) | |
| tree | 89d593cb423ef87a95f68c00f2aaed72c55c878a | |
| parent | f3aaba0be2394bad27140a242431bc7afe518a13 (diff) | |
| parent | 0017f7fca4d34b37b63275f1aab79baad16ed5e1 (diff) | |
| download | bootstrap-4d42100a3ea3b926b78d282898c421473fe52128.tar.xz bootstrap-4d42100a3ea3b926b78d282898c421473fe52128.zip | |
Merge branch '3.0.0-wip' of https://github.com/tagliala/bootstrap into tagliala-3.0.0-wip
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index c87c8e68c..3e0e58b28 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -117,7 +117,7 @@ // Collapsible navbar toggle .navbar-toggle { position: absolute; - top: 10px; + top: floor((@navbar-height - 32) / 2); right: 10px; width: 48px; height: 32px; |
