diff options
| author | Mark Otto <[email protected]> | 2016-10-09 15:04:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 15:04:32 -0700 |
| commit | 7dee5560a10785100996fb6affe644163b2db44e (patch) | |
| tree | fc2e60e698bdc2421d7d17d604044bb700da57e6 /docs/assets/css/docs.min.css | |
| parent | 1db3586dc0798485d5ca82a9b8de477e82ba351c (diff) | |
| parent | 8d162553fa7fe499a72569d42debed18dfc5791b (diff) | |
| download | bootstrap-7dee5560a10785100996fb6affe644163b2db44e.tar.xz bootstrap-7dee5560a10785100996fb6affe644163b2db44e.zip | |
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'docs/assets/css/docs.min.css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 5daf17102..6d6f135df 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Docs (http://getbootstrap.com) + * Bootstrap Docs (https://getbootstrap.com) * Copyright 2011-2016 The Bootstrap Authors * Copyright 2011-2016 Twitter, Inc. * Licensed under the Creative Commons Attribution 3.0 Unported License. For @@ -113,7 +113,7 @@ margin-bottom: -2rem !important; } -@media (min-width: 544px) { +@media (min-width: 576px) { .bd-masthead { padding-top: 8rem; padding-bottom: 2rem; @@ -174,7 +174,7 @@ text-align: center; } -@media (min-width: 544px) { +@media (min-width: 576px) { .bd-featurette { text-align: left; } @@ -202,7 +202,7 @@ margin: 2.5rem auto; } -@media (min-width: 544px) { +@media (min-width: 576px) { .half-rule { margin-right: 0; margin-left: 0; @@ -298,7 +298,7 @@ text-decoration: none; } -@media (min-width: 544px) { +@media (min-width: 576px) { #carbonads { max-width: 330px; margin: 50px auto 0; @@ -374,7 +374,7 @@ margin-bottom: .25rem; } -@media (min-width: 544px) { +@media (min-width: 576px) { .bd-title { font-size: 3rem; } @@ -418,7 +418,7 @@ font-weight: 300; } -@media (min-width: 544px) { +@media (min-width: 576px) { .bd-pageheader { padding-top: 4rem; padding-bottom: 4rem; @@ -600,7 +600,7 @@ margin-bottom: 0; } -@media (min-width: 544px) { +@media (min-width: 576px) { .bd-footer { text-align: left; } @@ -690,7 +690,7 @@ clear: both; } -@media (min-width: 544px) { +@media (min-width: 576px) { .bd-example { padding: 1.5rem; margin-right: 0; @@ -809,7 +809,7 @@ margin: 1rem -1rem -1rem; } -@media (min-width: 544px) { +@media (min-width: 576px) { .bd-example .navbar-fixed-top { margin: -1.5rem -1.5rem 1rem; } @@ -915,7 +915,7 @@ background-color: #f7f7f9; } -@media (min-width: 544px) { +@media (min-width: 576px) { .highlight { padding: 1.5rem; margin-right: 0; @@ -997,13 +997,13 @@ border: 1px solid #d6e9c6; } -@media (max-width: 543px) { +@media (max-width: 575px) { .hidden-xs-only { display: none !important; } } -@media (min-width: 544px) and (max-width: 767px) { +@media (min-width: 576px) and (max-width: 767px) { .hidden-sm-only { display: none !important; } |
