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 /dist/css/bootstrap.css | |
| parent | afdaa0e6f0488bb9fb9a1e2e5cf5d8f92cc29a3a (diff) | |
| download | bootstrap-3bb5644c729f9636bc18cc933f9ee41bc96679b0.tar.xz bootstrap-3bb5644c729f9636bc18cc933f9ee41bc96679b0.zip | |
Fix alignment of navbar header in fixed navbars
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 958e9302f..9e582d0c6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3295,6 +3295,10 @@ button.close { .navbar-fixed-bottom { border-radius: 0; } + .navbar-fixed-top .navbar-header, + .navbar-fixed-bottom .navbar-header { + margin-left: -15px; + } } .navbar-fixed-top { |
