diff options
| author | Mark Otto <[email protected]> | 2013-08-16 00:54:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 00:54:12 -0700 |
| commit | 3bb5644c729f9636bc18cc933f9ee41bc96679b0 (patch) | |
| tree | d197d68debbe3cb71081dac35524d87552615e28 /less | |
| parent | afdaa0e6f0488bb9fb9a1e2e5cf5d8f92cc29a3a (diff) | |
| download | bootstrap-3bb5644c729f9636bc18cc933f9ee41bc96679b0.tar.xz bootstrap-3bb5644c729f9636bc18cc933f9ee41bc96679b0.zip | |
Fix alignment of navbar header in fixed navbars
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less index dc11007ec..339007e07 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -112,6 +112,10 @@ // Undo the rounded corners @media (min-width: @grid-float-breakpoint) { border-radius: 0; + + .navbar-header { + margin-left: -@navbar-padding-horizontal; + } } } .navbar-fixed-top { |
