diff options
| author | Mark Otto <[email protected]> | 2015-04-16 18:50:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 18:50:32 -0700 |
| commit | 605990400eb470e50bcdfd3643b8cc10f2684836 (patch) | |
| tree | 411b518b80e837d3b6428241d8b0da434ed6fad2 /docs/dist/css/bootstrap.css | |
| parent | 11f37681ef37493bafc9365c02c93aafb5afabc8 (diff) | |
| download | bootstrap-605990400eb470e50bcdfd3643b8cc10f2684836.tar.xz bootstrap-605990400eb470e50bcdfd3643b8cc10f2684836.zip | |
collapsing navbar tools
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index efb2e78da..08775f6b5 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3201,7 +3201,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto } .navbar-toggler { - float: left; padding: .55rem .75rem; margin-right: 1rem; margin-bottom: 0; @@ -3214,6 +3213,17 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto text-decoration: none; } +@media (min-width: 34em) { + .navbar-toggleable-xs { + display: block !important; + } +} +@media (min-width: 48em) { + .navbar-toggleable-sm { + display: block !important; + } +} + .navbar-form { padding: 10px 1rem; margin-right: -1rem; |
