Commit f1a7f1f5 authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined

parents c3323d7b a78e86ae
Showing with 51 additions and 39 deletions
+51 -39
...@@ -5,6 +5,7 @@ GEM ...@@ -5,6 +5,7 @@ GEM
public_suffix (~> 2.0, >= 2.0.2) public_suffix (~> 2.0, >= 2.0.2)
colorator (1.1.0) colorator (1.1.0)
ffi (1.9.18) ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
jekyll (3.4.3) jekyll (3.4.3)
addressable (~> 2.4) addressable (~> 2.4)
...@@ -45,13 +46,14 @@ GEM ...@@ -45,13 +46,14 @@ GEM
ffi (>= 0.5.0) ffi (>= 0.5.0)
rouge (1.11.1) rouge (1.11.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.23) sass (3.4.24)
scss_lint (0.53.0) scss_lint (0.53.0)
rake (>= 0.9, < 13) rake (>= 0.9, < 13)
sass (~> 3.4.20) sass (~> 3.4.20)
PLATFORMS PLATFORMS
ruby ruby
x64-mingw32
DEPENDENCIES DEPENDENCIES
jekyll (~> 3.4.3) jekyll (~> 3.4.3)
...@@ -61,4 +63,4 @@ DEPENDENCIES ...@@ -61,4 +63,4 @@ DEPENDENCIES
scss_lint (~> 0.53.0) scss_lint (~> 0.53.0)
BUNDLED WITH BUNDLED WITH
1.14.6 1.15.0
...@@ -64,8 +64,7 @@ ...@@ -64,8 +64,7 @@
} }
.bd-links { .bd-links {
margin-right: -15px; margin: 1rem -15px;
margin-left: -15px;
// Override collapse behaviors // Override collapse behaviors
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
...@@ -75,8 +74,10 @@ ...@@ -75,8 +74,10 @@
.bd-search { .bd-search {
position: relative; // To contain the Algolia search position: relative; // To contain the Algolia search
padding-top: 1rem; padding: 1rem 15px;
padding-bottom: 1rem; margin-right: -15px;
margin-left: -15px;
border-bottom: 1px solid rgba(0,0,0,.05);
.form-control:focus { .form-control:focus {
border-color: $bd-purple-bright; border-color: $bd-purple-bright;
...@@ -95,27 +96,26 @@ ...@@ -95,27 +96,26 @@
.bd-toc-link { .bd-toc-link {
display: block; display: block;
padding: .75rem 1.5rem; padding: .25rem 1.5rem;
font-weight: 500; font-weight: 500;
color: $gray; color: rgba(0,0,0,.65);
&:hover { &:hover {
color: $brand-primary; color: rgba(0,0,0,.85);
text-decoration: none; text-decoration: none;
background-color: rgba(0,0,0,.01);
} }
} }
.bd-toc-item { .bd-toc-item {
border-bottom: 1px solid rgba(0,0,0,.05); &.active {
margin-bottom: 1rem;
&:first-child { &:not(:first-child) {
border-top: 1px solid rgba(0,0,0,.05); margin-top: 1rem;
} }
&.active {
> .bd-toc-link { > .bd-toc-link {
color: $gray-dark; color: rgba(0,0,0,.85);
&:hover { &:hover {
background-color: transparent; background-color: transparent;
...@@ -124,7 +124,6 @@ ...@@ -124,7 +124,6 @@
> .bd-sidenav { > .bd-sidenav {
display: block; display: block;
padding-bottom: .75rem;
} }
} }
} }
...@@ -138,7 +137,7 @@ ...@@ -138,7 +137,7 @@
} }
.bd-sidebar .nav > li > a:hover { .bd-sidebar .nav > li > a:hover {
color: $brand-primary; color: rgba(0,0,0,.85);
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
} }
...@@ -146,6 +145,6 @@ ...@@ -146,6 +145,6 @@
.bd-sidebar .nav > .active > a, .bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a { .bd-sidebar .nav > .active:hover > a {
font-weight: 500; font-weight: 500;
color: $gray-dark; color: rgba(0,0,0,.85);
background-color: transparent; background-color: transparent;
} }
...@@ -243,6 +243,7 @@ html { ...@@ -243,6 +243,7 @@ html {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-1 { .col-1 {
...@@ -506,6 +507,7 @@ html { ...@@ -506,6 +507,7 @@ html {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-sm-1 { .col-sm-1 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
...@@ -724,6 +726,7 @@ html { ...@@ -724,6 +726,7 @@ html {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-md-1 { .col-md-1 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
...@@ -942,6 +945,7 @@ html { ...@@ -942,6 +945,7 @@ html {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-lg-1 { .col-lg-1 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
...@@ -1160,6 +1164,7 @@ html { ...@@ -1160,6 +1164,7 @@ html {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-xl-1 { .col-xl-1 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -856,6 +856,7 @@ pre code { ...@@ -856,6 +856,7 @@ pre code {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-1 { .col-1 {
...@@ -1119,6 +1120,7 @@ pre code { ...@@ -1119,6 +1120,7 @@ pre code {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-sm-1 { .col-sm-1 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
...@@ -1337,6 +1339,7 @@ pre code { ...@@ -1337,6 +1339,7 @@ pre code {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-md-1 { .col-md-1 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
...@@ -1555,6 +1558,7 @@ pre code { ...@@ -1555,6 +1558,7 @@ pre code {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-lg-1 { .col-lg-1 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
...@@ -1773,6 +1777,7 @@ pre code { ...@@ -1773,6 +1777,7 @@ pre code {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none;
} }
.col-xl-1 { .col-xl-1 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
/*! /*!
* QUnit 2.2.0 * QUnit 2.3.2
* https://qunitjs.com/ * https://qunitjs.com/
* *
* Copyright jQuery Foundation and other contributors * Copyright jQuery Foundation and other contributors
* Released under the MIT license * Released under the MIT license
* https://jquery.org/license * https://jquery.org/license
* *
* Date: 2017-03-11T16:19Z * Date: 2017-04-18T02:19Z
*/ */
/** Font Family and Sizes */ /** Font Family and Sizes */
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
} }
#qunit-tests.hidepass li.running, #qunit-tests.hidepass li.running,
#qunit-tests.hidepass li.pass { #qunit-tests.hidepass li.pass:not(.todo) {
visibility: hidden; visibility: hidden;
position: absolute; position: absolute;
width: 0; width: 0;
...@@ -433,4 +433,4 @@ ...@@ -433,4 +433,4 @@
left: -10000px; left: -10000px;
width: 1000px; width: 1000px;
height: 1000px; height: 1000px;
} }
\ No newline at end of file
/*! /*!
* QUnit 2.2.0 * QUnit 2.3.2
* https://qunitjs.com/ * https://qunitjs.com/
* *
* Copyright jQuery Foundation and other contributors * Copyright jQuery Foundation and other contributors
* Released under the MIT license * Released under the MIT license
* https://jquery.org/license * https://jquery.org/license
* *
* Date: 2017-03-11T16:19Z * Date: 2017-04-18T02:19Z
*/ */
(function (global$1) { (function (global$1) {
'use strict'; 'use strict';
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
var document = window && window.document; var document = window && window.document;
var navigator = window && window.navigator; var navigator = window && window.navigator;
var sessionStorage = function () { var localSessionStorage = function () {
var x = "qunit-test-string"; var x = "qunit-test-string";
try { try {
sessionStorage.setItem(x, x); global$1.sessionStorage.setItem(x, x);
sessionStorage.removeItem(x); global$1.sessionStorage.removeItem(x);
return sessionStorage; return global$1.sessionStorage;
} catch (e) { } catch (e) {
return undefined; return undefined;
} }
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
.col#{$infix}-auto { .col#{$infix}-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: none; // Reset earlier grid tiers
} }
@for $i from 1 through $columns { @for $i from 1 through $columns {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment