aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-16 18:50:32 -0700
committerMark Otto <[email protected]>2015-04-16 18:50:32 -0700
commit605990400eb470e50bcdfd3643b8cc10f2684836 (patch)
tree411b518b80e837d3b6428241d8b0da434ed6fad2 /dist/css/bootstrap.css
parent11f37681ef37493bafc9365c02c93aafb5afabc8 (diff)
downloadbootstrap-605990400eb470e50bcdfd3643b8cc10f2684836.tar.xz
bootstrap-605990400eb470e50bcdfd3643b8cc10f2684836.zip
collapsing navbar tools
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index efb2e78da..08775f6b5 100644
--- a/dist/css/bootstrap.css
+++ b/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;