Commit d80f26fe authored by Mark Otto's avatar Mark Otto

unaffix sidebar and simplify styles of docs side nav to be more like v3

parent 0156fc1c
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
*/
.container {
padding-right: .75rem;
padding-left: .75rem;
margin-right: auto;
margin-left: auto;
}
.container:before,
padding-left: 0.75rem;
padding-right: 0.75rem; }
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 34em) {
display: table; }
.container:after {
clear: both; }
@media (min-width: 34em) {
.container {
max-width: 34rem;
}
}
@media (min-width: 48em) {
max-width: 34rem; } }
@media (min-width: 48em) {
.container {
max-width: 45rem;
}
}
@media (min-width: 62em) {
max-width: 45rem; } }
@media (min-width: 62em) {
.container {
max-width: 60rem;
}
}
@media (min-width: 75em) {
max-width: 60rem; } }
@media (min-width: 75em) {
.container {
max-width: 72.25rem;
}
}
max-width: 72.25rem; } }
.container-fluid {
padding-right: .75rem;
padding-left: .75rem;
margin-right: auto;
margin-left: auto;
}
.container-fluid:before,
padding-left: 0.75rem;
padding-right: 0.75rem; }
.container-fluid:before,
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
display: table; }
.container-fluid:after {
clear: both; }
.row {
margin-right: -.75rem;
margin-left: -.75rem;
}
.row:before,
margin-left: -0.75rem;
margin-right: -0.75rem; }
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
display: table; }
.row:after {
clear: both; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-right: .75rem;
padding-left: .75rem;
}
padding-left: 0.75rem;
padding-right: 0.75rem; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
float: left; }
.col-xs-1 {
width: 8.333333%;
}
width: 8.333333%; }
.col-xs-2 {
width: 16.666667%;
}
width: 16.666667%; }
.col-xs-3 {
width: 25%;
}
width: 25%; }
.col-xs-4 {
width: 33.333333%;
}
width: 33.333333%; }
.col-xs-5 {
width: 41.666667%;
}
width: 41.666667%; }
.col-xs-6 {
width: 50%;
}
width: 50%; }
.col-xs-7 {
width: 58.333333%;
}
width: 58.333333%; }
.col-xs-8 {
width: 66.666667%;
}
width: 66.666667%; }
.col-xs-9 {
width: 75%;
}
width: 75%; }
.col-xs-10 {
width: 83.333333%;
}
width: 83.333333%; }
.col-xs-11 {
width: 91.666667%;
}
width: 91.666667%; }
.col-xs-12 {
width: 100%;
}
width: 100%; }
.col-xs-pull-0 {
right: auto;
}
right: auto; }
.col-xs-pull-1 {
right: 8.333333%;
}
right: 8.333333%; }
.col-xs-pull-2 {
right: 16.666667%;
}
right: 16.666667%; }
.col-xs-pull-3 {
right: 25%;
}
right: 25%; }
.col-xs-pull-4 {
right: 33.333333%;
}
right: 33.333333%; }
.col-xs-pull-5 {
right: 41.666667%;
}
right: 41.666667%; }
.col-xs-pull-6 {
right: 50%;
}
right: 50%; }
.col-xs-pull-7 {
right: 58.333333%;
}
right: 58.333333%; }
.col-xs-pull-8 {
right: 66.666667%;
}
right: 66.666667%; }
.col-xs-pull-9 {
right: 75%;
}
right: 75%; }
.col-xs-pull-10 {
right: 83.333333%;
}
right: 83.333333%; }
.col-xs-pull-11 {
right: 91.666667%;
}
right: 91.666667%; }
.col-xs-pull-12 {
right: 100%;
}
right: 100%; }
.col-xs-push-0 {
left: auto;
}
left: auto; }
.col-xs-push-1 {
left: 8.333333%;
}
left: 8.333333%; }
.col-xs-push-2 {
left: 16.666667%;
}
left: 16.666667%; }
.col-xs-push-3 {
left: 25%;
}
left: 25%; }
.col-xs-push-4 {
left: 33.333333%;
}
left: 33.333333%; }
.col-xs-push-5 {
left: 41.666667%;
}
left: 41.666667%; }
.col-xs-push-6 {
left: 50%;
}
left: 50%; }
.col-xs-push-7 {
left: 58.333333%;
}
left: 58.333333%; }
.col-xs-push-8 {
left: 66.666667%;
}
left: 66.666667%; }
.col-xs-push-9 {
left: 75%;
}
left: 75%; }
.col-xs-push-10 {
left: 83.333333%;
}
left: 83.333333%; }
.col-xs-push-11 {
left: 91.666667%;
}
left: 91.666667%; }
.col-xs-push-12 {
left: 100%;
}
left: 100%; }
.col-xs-offset-0 {
margin-left: 0;
}
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.333333%;
}
margin-left: 8.333333%; }
.col-xs-offset-2 {
margin-left: 16.666667%;
}
margin-left: 16.666667%; }
.col-xs-offset-3 {
margin-left: 25%;
}
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.333333%;
}
margin-left: 33.333333%; }
.col-xs-offset-5 {
margin-left: 41.666667%;
}
margin-left: 41.666667%; }
.col-xs-offset-6 {
margin-left: 50%;
}
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.333333%;
}
margin-left: 58.333333%; }
.col-xs-offset-8 {
margin-left: 66.666667%;
}
margin-left: 66.666667%; }
.col-xs-offset-9 {
margin-left: 75%;
}
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.333333%;
}
margin-left: 83.333333%; }
.col-xs-offset-11 {
margin-left: 91.666667%;
}
margin-left: 91.666667%; }
.col-xs-offset-12 {
margin-left: 100%;
}
margin-left: 100%; }
@media (min-width: 34em) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
float: left; }
.col-sm-1 {
width: 8.333333%;
}
width: 8.333333%; }
.col-sm-2 {
width: 16.666667%;
}
width: 16.666667%; }
.col-sm-3 {
width: 25%;
}
width: 25%; }
.col-sm-4 {
width: 33.333333%;
}
width: 33.333333%; }
.col-sm-5 {
width: 41.666667%;
}
width: 41.666667%; }
.col-sm-6 {
width: 50%;
}
width: 50%; }
.col-sm-7 {
width: 58.333333%;
}
width: 58.333333%; }
.col-sm-8 {
width: 66.666667%;
}
width: 66.666667%; }
.col-sm-9 {
width: 75%;
}
width: 75%; }
.col-sm-10 {
width: 83.333333%;
}
width: 83.333333%; }
.col-sm-11 {
width: 91.666667%;
}
width: 91.666667%; }
.col-sm-12 {
width: 100%;
}
width: 100%; }
.col-sm-pull-0 {
right: auto;
}
right: auto; }
.col-sm-pull-1 {
right: 8.333333%;
}
right: 8.333333%; }
.col-sm-pull-2 {
right: 16.666667%;
}
right: 16.666667%; }
.col-sm-pull-3 {
right: 25%;
}
right: 25%; }
.col-sm-pull-4 {
right: 33.333333%;
}
right: 33.333333%; }
.col-sm-pull-5 {
right: 41.666667%;
}
right: 41.666667%; }
.col-sm-pull-6 {
right: 50%;
}
right: 50%; }
.col-sm-pull-7 {
right: 58.333333%;
}
right: 58.333333%; }
.col-sm-pull-8 {
right: 66.666667%;
}
right: 66.666667%; }
.col-sm-pull-9 {
right: 75%;
}
right: 75%; }
.col-sm-pull-10 {
right: 83.333333%;
}
right: 83.333333%; }
.col-sm-pull-11 {
right: 91.666667%;
}
right: 91.666667%; }
.col-sm-pull-12 {
right: 100%;
}
right: 100%; }
.col-sm-push-0 {
left: auto;
}
left: auto; }
.col-sm-push-1 {
left: 8.333333%;
}
left: 8.333333%; }
.col-sm-push-2 {
left: 16.666667%;
}
left: 16.666667%; }
.col-sm-push-3 {
left: 25%;
}
left: 25%; }
.col-sm-push-4 {
left: 33.333333%;
}
left: 33.333333%; }
.col-sm-push-5 {
left: 41.666667%;
}
left: 41.666667%; }
.col-sm-push-6 {
left: 50%;
}
left: 50%; }
.col-sm-push-7 {
left: 58.333333%;
}
left: 58.333333%; }
.col-sm-push-8 {
left: 66.666667%;
}
left: 66.666667%; }
.col-sm-push-9 {
left: 75%;
}
left: 75%; }
.col-sm-push-10 {
left: 83.333333%;
}
left: 83.333333%; }
.col-sm-push-11 {
left: 91.666667%;
}
left: 91.666667%; }
.col-sm-push-12 {
left: 100%;
}
left: 100%; }
.col-sm-offset-0 {
margin-left: 0;
}
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.333333%;
}
margin-left: 8.333333%; }
.col-sm-offset-2 {
margin-left: 16.666667%;
}
margin-left: 16.666667%; }
.col-sm-offset-3 {
margin-left: 25%;
}
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.333333%;
}
margin-left: 33.333333%; }
.col-sm-offset-5 {
margin-left: 41.666667%;
}
margin-left: 41.666667%; }
.col-sm-offset-6 {
margin-left: 50%;
}
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.333333%;
}
margin-left: 58.333333%; }
.col-sm-offset-8 {
margin-left: 66.666667%;
}
margin-left: 66.666667%; }
.col-sm-offset-9 {
margin-left: 75%;
}
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.333333%;
}
margin-left: 83.333333%; }
.col-sm-offset-11 {
margin-left: 91.666667%;
}
margin-left: 91.666667%; }
.col-sm-offset-12 {
margin-left: 100%;
}
}
margin-left: 100%; } }
@media (min-width: 48em) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
float: left; }
.col-md-1 {
width: 8.333333%;
}
width: 8.333333%; }
.col-md-2 {
width: 16.666667%;
}
width: 16.666667%; }
.col-md-3 {
width: 25%;
}
width: 25%; }
.col-md-4 {
width: 33.333333%;
}
width: 33.333333%; }
.col-md-5 {
width: 41.666667%;
}
width: 41.666667%; }
.col-md-6 {
width: 50%;
}
width: 50%; }
.col-md-7 {
width: 58.333333%;
}
width: 58.333333%; }
.col-md-8 {
width: 66.666667%;
}
width: 66.666667%; }
.col-md-9 {
width: 75%;
}
width: 75%; }
.col-md-10 {
width: 83.333333%;
}
width: 83.333333%; }
.col-md-11 {
width: 91.666667%;
}
width: 91.666667%; }
.col-md-12 {
width: 100%;
}
width: 100%; }
.col-md-pull-0 {
right: auto;
}
right: auto; }
.col-md-pull-1 {
right: 8.333333%;
}
right: 8.333333%; }
.col-md-pull-2 {
right: 16.666667%;
}
right: 16.666667%; }
.col-md-pull-3 {
right: 25%;
}
right: 25%; }
.col-md-pull-4 {
right: 33.333333%;
}
right: 33.333333%; }
.col-md-pull-5 {
right: 41.666667%;
}
right: 41.666667%; }
.col-md-pull-6 {
right: 50%;
}
right: 50%; }
.col-md-pull-7 {
right: 58.333333%;
}
right: 58.333333%; }
.col-md-pull-8 {
right: 66.666667%;
}
right: 66.666667%; }
.col-md-pull-9 {
right: 75%;
}
right: 75%; }
.col-md-pull-10 {
right: 83.333333%;
}
right: 83.333333%; }
.col-md-pull-11 {
right: 91.666667%;
}
right: 91.666667%; }
.col-md-pull-12 {
right: 100%;
}
right: 100%; }
.col-md-push-0 {
left: auto;
}
left: auto; }
.col-md-push-1 {
left: 8.333333%;
}
left: 8.333333%; }
.col-md-push-2 {
left: 16.666667%;
}
left: 16.666667%; }
.col-md-push-3 {
left: 25%;
}
left: 25%; }
.col-md-push-4 {
left: 33.333333%;
}
left: 33.333333%; }
.col-md-push-5 {
left: 41.666667%;
}
left: 41.666667%; }
.col-md-push-6 {
left: 50%;
}
left: 50%; }
.col-md-push-7 {
left: 58.333333%;
}
left: 58.333333%; }
.col-md-push-8 {
left: 66.666667%;
}
left: 66.666667%; }
.col-md-push-9 {
left: 75%;
}
left: 75%; }
.col-md-push-10 {
left: 83.333333%;
}
left: 83.333333%; }
.col-md-push-11 {
left: 91.666667%;
}
left: 91.666667%; }
.col-md-push-12 {
left: 100%;
}
left: 100%; }
.col-md-offset-0 {
margin-left: 0;
}
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.333333%;
}
margin-left: 8.333333%; }
.col-md-offset-2 {
margin-left: 16.666667%;
}
margin-left: 16.666667%; }
.col-md-offset-3 {
margin-left: 25%;
}
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.333333%;
}
margin-left: 33.333333%; }
.col-md-offset-5 {
margin-left: 41.666667%;
}
margin-left: 41.666667%; }
.col-md-offset-6 {
margin-left: 50%;
}
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.333333%;
}
margin-left: 58.333333%; }
.col-md-offset-8 {
margin-left: 66.666667%;
}
margin-left: 66.666667%; }
.col-md-offset-9 {
margin-left: 75%;
}
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.333333%;
}
margin-left: 83.333333%; }
.col-md-offset-11 {
margin-left: 91.666667%;
}
margin-left: 91.666667%; }
.col-md-offset-12 {
margin-left: 100%;
}
}
margin-left: 100%; } }
@media (min-width: 62em) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
float: left; }
.col-lg-1 {
width: 8.333333%;
}
width: 8.333333%; }
.col-lg-2 {
width: 16.666667%;
}
width: 16.666667%; }
.col-lg-3 {
width: 25%;
}
width: 25%; }
.col-lg-4 {
width: 33.333333%;
}
width: 33.333333%; }
.col-lg-5 {
width: 41.666667%;
}
width: 41.666667%; }
.col-lg-6 {
width: 50%;
}
width: 50%; }
.col-lg-7 {
width: 58.333333%;
}
width: 58.333333%; }
.col-lg-8 {
width: 66.666667%;
}
width: 66.666667%; }
.col-lg-9 {
width: 75%;
}
width: 75%; }
.col-lg-10 {
width: 83.333333%;
}
width: 83.333333%; }
.col-lg-11 {
width: 91.666667%;
}
width: 91.666667%; }
.col-lg-12 {
width: 100%;
}
width: 100%; }
.col-lg-pull-0 {
right: auto;
}
right: auto; }
.col-lg-pull-1 {
right: 8.333333%;
}
right: 8.333333%; }
.col-lg-pull-2 {
right: 16.666667%;
}
right: 16.666667%; }
.col-lg-pull-3 {
right: 25%;
}
right: 25%; }
.col-lg-pull-4 {
right: 33.333333%;
}
right: 33.333333%; }
.col-lg-pull-5 {
right: 41.666667%;
}
right: 41.666667%; }
.col-lg-pull-6 {
right: 50%;
}
right: 50%; }
.col-lg-pull-7 {
right: 58.333333%;
}
right: 58.333333%; }
.col-lg-pull-8 {
right: 66.666667%;
}
right: 66.666667%; }
.col-lg-pull-9 {
right: 75%;
}
right: 75%; }
.col-lg-pull-10 {
right: 83.333333%;
}
right: 83.333333%; }
.col-lg-pull-11 {
right: 91.666667%;
}
right: 91.666667%; }
.col-lg-pull-12 {
right: 100%;
}
right: 100%; }
.col-lg-push-0 {
left: auto;
}
left: auto; }
.col-lg-push-1 {
left: 8.333333%;
}
left: 8.333333%; }
.col-lg-push-2 {
left: 16.666667%;
}
left: 16.666667%; }
.col-lg-push-3 {
left: 25%;
}
left: 25%; }
.col-lg-push-4 {
left: 33.333333%;
}
left: 33.333333%; }
.col-lg-push-5 {
left: 41.666667%;
}
left: 41.666667%; }
.col-lg-push-6 {
left: 50%;
}
left: 50%; }
.col-lg-push-7 {
left: 58.333333%;
}
left: 58.333333%; }
.col-lg-push-8 {
left: 66.666667%;
}
left: 66.666667%; }
.col-lg-push-9 {
left: 75%;
}
left: 75%; }
.col-lg-push-10 {
left: 83.333333%;
}
left: 83.333333%; }
.col-lg-push-11 {
left: 91.666667%;
}
left: 91.666667%; }
.col-lg-push-12 {
left: 100%;
}
left: 100%; }
.col-lg-offset-0 {
margin-left: 0;
}
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.333333%;
}
margin-left: 8.333333%; }
.col-lg-offset-2 {
margin-left: 16.666667%;
}
margin-left: 16.666667%; }
.col-lg-offset-3 {
margin-left: 25%;
}
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.333333%;
}
margin-left: 33.333333%; }
.col-lg-offset-5 {
margin-left: 41.666667%;
}
margin-left: 41.666667%; }
.col-lg-offset-6 {
margin-left: 50%;
}
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.333333%;
}
margin-left: 58.333333%; }
.col-lg-offset-8 {
margin-left: 66.666667%;
}
margin-left: 66.666667%; }
.col-lg-offset-9 {
margin-left: 75%;
}
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.333333%;
}
margin-left: 83.333333%; }
.col-lg-offset-11 {
margin-left: 91.666667%;
}
margin-left: 91.666667%; }
.col-lg-offset-12 {
margin-left: 100%;
}
}
margin-left: 100%; } }
@media (min-width: 75em) {
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
float: left;
}
float: left; }
.col-xl-1 {
width: 8.333333%;
}
width: 8.333333%; }
.col-xl-2 {
width: 16.666667%;
}
width: 16.666667%; }
.col-xl-3 {
width: 25%;
}
width: 25%; }
.col-xl-4 {
width: 33.333333%;
}
width: 33.333333%; }
.col-xl-5 {
width: 41.666667%;
}
width: 41.666667%; }
.col-xl-6 {
width: 50%;
}
width: 50%; }
.col-xl-7 {
width: 58.333333%;
}
width: 58.333333%; }
.col-xl-8 {
width: 66.666667%;
}
width: 66.666667%; }
.col-xl-9 {
width: 75%;
}
width: 75%; }
.col-xl-10 {
width: 83.333333%;
}
width: 83.333333%; }
.col-xl-11 {
width: 91.666667%;
}
width: 91.666667%; }
.col-xl-12 {
width: 100%;
}
width: 100%; }
.col-xl-pull-0 {
right: auto;
}
right: auto; }
.col-xl-pull-1 {
right: 8.333333%;
}
right: 8.333333%; }
.col-xl-pull-2 {
right: 16.666667%;
}
right: 16.666667%; }
.col-xl-pull-3 {
right: 25%;
}
right: 25%; }
.col-xl-pull-4 {
right: 33.333333%;
}
right: 33.333333%; }
.col-xl-pull-5 {
right: 41.666667%;
}
right: 41.666667%; }
.col-xl-pull-6 {
right: 50%;
}
right: 50%; }
.col-xl-pull-7 {
right: 58.333333%;
}
right: 58.333333%; }
.col-xl-pull-8 {
right: 66.666667%;
}
right: 66.666667%; }
.col-xl-pull-9 {
right: 75%;
}
right: 75%; }
.col-xl-pull-10 {
right: 83.333333%;
}
right: 83.333333%; }
.col-xl-pull-11 {
right: 91.666667%;
}
right: 91.666667%; }
.col-xl-pull-12 {
right: 100%;
}
right: 100%; }
.col-xl-push-0 {
left: auto;
}
left: auto; }
.col-xl-push-1 {
left: 8.333333%;
}
left: 8.333333%; }
.col-xl-push-2 {
left: 16.666667%;
}
left: 16.666667%; }
.col-xl-push-3 {
left: 25%;
}
left: 25%; }
.col-xl-push-4 {
left: 33.333333%;
}
left: 33.333333%; }
.col-xl-push-5 {
left: 41.666667%;
}
left: 41.666667%; }
.col-xl-push-6 {
left: 50%;
}
left: 50%; }
.col-xl-push-7 {
left: 58.333333%;
}
left: 58.333333%; }
.col-xl-push-8 {
left: 66.666667%;
}
left: 66.666667%; }
.col-xl-push-9 {
left: 75%;
}
left: 75%; }
.col-xl-push-10 {
left: 83.333333%;
}
left: 83.333333%; }
.col-xl-push-11 {
left: 91.666667%;
}
left: 91.666667%; }
.col-xl-push-12 {
left: 100%;
}
left: 100%; }
.col-xl-offset-0 {
margin-left: 0;
}
margin-left: 0%; }
.col-xl-offset-1 {
margin-left: 8.333333%;
}
margin-left: 8.333333%; }
.col-xl-offset-2 {
margin-left: 16.666667%;
}
margin-left: 16.666667%; }
.col-xl-offset-3 {
margin-left: 25%;
}
margin-left: 25%; }
.col-xl-offset-4 {
margin-left: 33.333333%;
}
margin-left: 33.333333%; }
.col-xl-offset-5 {
margin-left: 41.666667%;
}
margin-left: 41.666667%; }
.col-xl-offset-6 {
margin-left: 50%;
}
margin-left: 50%; }
.col-xl-offset-7 {
margin-left: 58.333333%;
}
margin-left: 58.333333%; }
.col-xl-offset-8 {
margin-left: 66.666667%;
}
margin-left: 66.666667%; }
.col-xl-offset-9 {
margin-left: 75%;
}
margin-left: 75%; }
.col-xl-offset-10 {
margin-left: 83.333333%;
}
margin-left: 83.333333%; }
.col-xl-offset-11 {
margin-left: 91.666667%;
}
margin-left: 91.666667%; }
.col-xl-offset-12 {
margin-left: 100%;
}
}
margin-left: 100%; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
\ No newline at end of file
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
-webkit-text-size-adjust: 100%; }
body {
margin: 0;
}
margin: 0; }
article,
aside,
......@@ -28,367 +20,294 @@ menu,
nav,
section,
summary {
display: block;
}
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0;
}
height: 0; }
[hidden],
template {
display: none;
}
display: none; }
a {
background-color: transparent;
}
background-color: transparent; }
a:active {
outline: 0;
}
outline: 0; }
a:hover {
outline: 0;
}
outline: 0; }
abbr[title] {
border-bottom: 1px dotted;
}
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold;
}
font-weight: bold; }
dfn {
font-style: italic;
}
font-style: italic; }
h1 {
margin: .67em 0;
font-size: 2em;
}
margin: 0.67em 0; }
mark {
color: #000;
background: #ff0;
}
color: #000; }
small {
font-size: 80%;
}
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
position: relative;
vertical-align: baseline; }
sup {
top: -.5em;
}
top: -0.5em; }
sub {
bottom: -.25em;
}
bottom: -0.25em; }
img {
border: 0;
}
border: 0; }
svg:not(:root) {
overflow: hidden;
}
overflow: hidden; }
figure {
margin: 1em 40px;
}
margin: 1em 40px; }
hr {
height: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
height: 0; }
pre {
overflow: auto;
}
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
font: inherit;
margin: 0; }
button {
overflow: visible;
}
overflow: visible; }
button,
select {
text-transform: none;
}
text-transform: none; }
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default;
}
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
padding: 0; }
input {
line-height: normal;
}
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
height: auto; }
input[type="search"] {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
-webkit-appearance: none; }
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
padding: 0;
border: 0;
}
padding: 0; }
textarea {
overflow: auto;
}
overflow: auto; }
optgroup {
font-weight: bold;
}
font-weight: bold; }
table {
border-spacing: 0;
border-collapse: collapse;
}
border-spacing: 0; }
td,
th {
padding: 0;
}
padding: 0; }
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
box-sizing: border-box; }
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
box-sizing: inherit; }
@-moz-viewport {
width: device-width;
}
width: device-width; }
@-ms-viewport {
width: device-width;
}
width: device-width; }
@-o-viewport {
width: device-width; }
@-webkit-viewport {
width: device-width;
}
width: device-width; }
@viewport {
width: device-width;
}
width: device-width; }
html {
font-size: 16px;
-webkit-tap-highlight-color: transparent;
}
-webkit-tap-highlight-color: transparent; }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #373a3c;
background-color: #fff;
}
background-color: #fff; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
margin-bottom: .5rem; }
p {
margin-top: 0;
margin-bottom: 1rem;
}
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #818a91;
}
border-bottom: 1px dotted #818a91; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
margin-bottom: 0; }
dt {
font-weight: bold;
}
font-weight: bold; }
dd {
margin-bottom: .5rem;
margin-left: 0;
}
margin-left: 0; }
blockquote {
margin: 0 0 1rem;
}
margin: 0 0 1rem; }
a {
color: #0275d8;
text-decoration: none;
}
a:focus,
text-decoration: none; }
a:focus,
a:hover {
color: #014c8c;
text-decoration: underline;
}
a:focus {
text-decoration: underline; }
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
outline-offset: -2px; }
pre {
margin-top: 0;
margin-bottom: 1rem;
}
margin-bottom: 1rem; }
figure {
margin: 0 0 1rem;
}
margin: 0 0 1rem; }
img {
vertical-align: middle;
}
vertical-align: middle; }
[role="button"] {
cursor: pointer;
}
cursor: pointer; }
table {
background-color: transparent;
}
background-color: transparent; }
caption {
padding-top: .75rem;
padding-bottom: .75rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #818a91;
text-align: left;
caption-side: bottom;
}
caption-side: bottom; }
th {
text-align: left;
}
text-align: left; }
label {
display: inline-block;
margin-bottom: .5rem;
}
margin-bottom: .5rem; }
input,
button,
select,
textarea {
margin: 0;
line-height: inherit;
}
line-height: inherit; }
textarea {
resize: vertical;
}
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
border: 0; }
legend {
display: block;
......@@ -396,14 +315,12 @@ legend {
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
}
line-height: inherit; }
input[type="search"] {
-webkit-appearance: none;
}
-webkit-appearance: none; }
output {
display: inline-block;
}
display: inline-block; }
/*# sourceMappingURL=bootstrap-reboot.css.map */
\ No newline at end of file
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
<header class="navbar navbar-static-top bd-sidebar" id="top" role="banner">
<a href="{{ site.baseurl }}/" class="navbar-brand">
Bootstrap 4 Alpha
</a>
<button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#docsNavbarContent">
&#9776;
</button>
<div class="bd-sidebar">
<form class="bd-search hidden-sm-down">
<input type="text" class="form-control" id="search-input" placeholder="Search...">
<ul class="dropdown-menu bd-search-results" id="search-results"></ul>
</form>
<nav class="bd-links collapse navbar-toggleable-xs" id="docsNavbarContent">
<nav class="bd-links" id="docsNavbarContent">
{% for group in site.data.nav %}
{% assign link = group.pages | first %}
{% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %}
......@@ -64,4 +57,4 @@
</div>
{% endfor %}
</nav>
</header>
</div>
......@@ -2,10 +2,15 @@
layout: default
---
{% include nav-docs.html %}
<div class="bd-container bd-content">
<div class="container">
<div class="row">
<div class="col-sm-3 col-sm-push-9 bd-sidebar">
{% include nav-docs.html %}
</div>
<div class="col-sm-9 col-sm-pull-3 bd-content">
{% include ads.html %}
<h1 class="bd-title">{{ page.title }}</h1>
{{ content }}
</div>
</div>
</div>
......@@ -5,7 +5,7 @@
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
.bd-docs {
padding-top: 3.7rem; }
padding-top: 5rem; }
.bd-container {
position: relative;
......@@ -61,50 +61,6 @@
#markdown-toc > li:first-child {
display: none; }
.bd-sidebar {
padding: 0;
margin-bottom: 0;
background-color: #fafafa; }
.bd-sidebar .navbar-toggler {
position: absolute;
top: 1rem;
right: 0;
z-index: 5; }
.bd-sidebar .navbar-header {
float: none;
margin-right: -15px; }
.bd-sidebar .navbar-collapse {
padding: 0;
border: 0; }
@media (min-width: 992px) {
.bd-docs {
margin-left: 240px; }
.bd-sidebar {
position: fixed;
top: 3.7rem;
bottom: 0;
left: 0;
width: 240px;
overflow-y: auto;
border-right: 1px solid #eee;
-webkit-transform: translated3d(0, 0, 0); } }
.bd-sidebar .navbar-brand {
display: block;
float: none;
height: auto;
padding: 1.55rem 1.25rem;
font-size: 20px;
font-weight: 500;
line-height: 1; }
.bd-sidebar-brand:hover,
.bd-sidebar-brand:focus {
text-decoration: none; }
.bd-search {
position: relative;
margin-right: 1.25rem;
......
This diff was suppressed by a .gitattributes entry.
.bd-docs {
padding-top: 3.7rem;
padding-top: 5rem;
}
// Custom container
......
......@@ -3,59 +3,59 @@
//
.bd-sidebar {
padding: 0;
margin-bottom: 0;
background-color: #fafafa;
.navbar-toggler {
position: absolute;
top: 1rem;
right: 0;
z-index: 5;
}
}
.bd-sidebar .navbar-header {
float: none;
margin-right: -15px;
}
.bd-sidebar .navbar-collapse {
padding: 0;
border: 0;
}
@media (min-width: 992px) {
.bd-docs {
margin-left: 240px;
}
.bd-sidebar {
position: fixed;
top: 3.7rem;
bottom: 0;
left: 0;
width: 240px;
overflow-y: auto;
border-right: 1px solid #eee;
-webkit-transform: translated3d(0,0,0); // Ensure proper scrolling of sidebar
}
}
.bd-sidebar .navbar-brand {
display: block;
float: none;
height: auto;
padding: 1.55rem 1.25rem;
font-size: 20px;
font-weight: 500;
line-height: 1;
// color: #fff;
}
.bd-sidebar-brand:hover,
.bd-sidebar-brand:focus {
// color: #fff;
text-decoration: none;
}
// padding: 0;
// margin-bottom: 0;
// background-color: #fafafa;
// .navbar-toggler {
// position: absolute;
// top: 1rem;
// right: 0;
// z-index: 5;
// }
}
// .bd-sidebar .navbar-header {
// float: none;
// margin-right: -15px;
// }
//
// .bd-sidebar .navbar-collapse {
// padding: 0;
// border: 0;
// }
// @media (min-width: 992px) {
// .bd-docs {
// margin-left: 240px;
// }
// .bd-sidebar {
// position: fixed;
// top: 3.7rem;
// bottom: 0;
// left: 0;
// width: 240px;
// overflow-y: auto;
// border-right: 1px solid #eee;
// -webkit-transform: translated3d(0,0,0); // Ensure proper scrolling of sidebar
// }
// }
//
// .bd-sidebar .navbar-brand {
// display: block;
// float: none;
// height: auto;
// padding: 1.55rem 1.25rem;
// font-size: 20px;
// font-weight: 500;
// line-height: 1;
// // color: #fff;
// }
// .bd-sidebar-brand:hover,
// .bd-sidebar-brand:focus {
// // color: #fff;
// text-decoration: none;
// }
.bd-search {
position: relative;
......
......@@ -53,8 +53,6 @@ $spacer: 1rem !default;
$spacer-x: $spacer !default;
$spacer-y: $spacer !default;
$border-width: (1 / $font-size-root)rem !default;
// Typography
//
......@@ -87,6 +85,8 @@ $headings-font-weight: 500 !default;
$headings-line-height: 1.1 !default;
$headings-color: inherit !default;
$border-width: .0625rem !default;
// Components
//
......
Markdown is supported
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