From 605990400eb470e50bcdfd3643b8cc10f2684836 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Apr 2015 18:50:32 -0700 Subject: collapsing navbar tools --- docs/dist/css/bootstrap.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') 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; -- cgit v1.2.3