diff options
| author | Mark Otto <[email protected]> | 2017-01-02 11:54:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-02 11:54:28 -0800 |
| commit | 9fc54f89f4d7a15c4118835b7eeae810cc8c5c0a (patch) | |
| tree | c295bfd21d03d362c28c1200ede445b55ff579d9 /docs/dist/css/bootstrap.css | |
| parent | c61a0059add8ed03be55601f674bf831d92898b1 (diff) | |
| download | bootstrap-9fc54f89f4d7a15c4118835b7eeae810cc8c5c0a.tar.xz bootstrap-9fc54f89f4d7a15c4118835b7eeae810cc8c5c0a.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 78 |
1 files changed, 29 insertions, 49 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index d4c719325..83de26b4a 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -576,21 +576,25 @@ h6, .h6 { .display-1 { font-size: 6rem; font-weight: 300; + line-height: 1.1; } .display-2 { font-size: 5.5rem; font-weight: 300; + line-height: 1.1; } .display-3 { font-size: 4.5rem; font-weight: 300; + line-height: 1.1; } .display-4 { font-size: 3.5rem; font-weight: 300; + line-height: 1.1; } hr { @@ -3293,15 +3297,13 @@ tbody.collapse.show { z-index: 990; } -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { +.dropup .caret { content: ""; border-top: 0; border-bottom: 0.3em solid; } -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { +.dropup .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 0.125rem; @@ -4024,20 +4026,6 @@ tbody.collapse.show { padding-bottom: .425rem; } -.navbar-divider { - float: left; - width: 1px; - padding-top: 0.425rem; - padding-bottom: 0.425rem; - margin-right: 1rem; - margin-left: 1rem; - overflow: hidden; -} - -.navbar-divider::before { - content: "\00a0"; -} - .navbar-toggler { -webkit-align-self: flex-start; -ms-flex-item-align: start; @@ -4387,29 +4375,6 @@ tbody.collapse.show { display: none; } -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} - -.navbar-fixed-top { - top: 0; -} - -.navbar-fixed-bottom { - bottom: 0; -} - -.navbar-sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1030; -} - .navbar-light .navbar-brand, .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.9); @@ -7478,6 +7443,29 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +.sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1030; +} + .sr-only { position: absolute; width: 1px; @@ -9136,14 +9124,6 @@ a.bg-inverse:focus, a.bg-inverse:hover { } } -.pos-f-t { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - .text-justify { text-align: justify !important; } |
