0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

docs derp

This commit is contained in:
Mark Otto 2015-04-13 16:36:44 -07:00
parent 4fdd63a516
commit f522f1841e
9 changed files with 8 additions and 30 deletions

View File

@ -552,14 +552,11 @@ kbd kbd {
pre { pre {
display: block; display: block;
padding: 1.5rem;
margin-top: 0; margin-top: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 90%; font-size: 90%;
line-height: 1.5; line-height: 1.5;
color: #373a3c; color: #373a3c;
background-color: #f7f7f9;
border-radius: .25rem;
} }
pre code { pre code {
padding: 0; padding: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -209,8 +209,6 @@ body {
// Homepage // Homepage
// //
.bd-header { .bd-header {
@include clearfix; @include clearfix;
padding-bottom: .5rem; padding-bottom: .5rem;
@ -223,7 +221,6 @@ body {
padding-bottom: .6em; padding-bottom: .6em;
font-size: 1.25rem; font-size: 1.25rem;
font-weight: 500; font-weight: 500;
color: #fff;
} }
} }
@ -232,7 +229,6 @@ body {
.nav-link { .nav-link {
float: left; float: left;
color: #fff;
&:hover { &:hover {
background-color: transparent; background-color: transparent;
@ -243,13 +239,13 @@ body {
// Masthead (headings and download button) // Masthead (headings and download button)
.bs-docs-masthead { .bs-docs-masthead {
position: relative; position: relative;
padding: 2rem 1rem; padding: 2rem 0;
// color: #cdbfe3; // color: #cdbfe3;
// text-align: center; // text-align: center;
// text-shadow: 0 1px 0 rgba(0,0,0,.1); // text-shadow: 0 1px 0 rgba(0,0,0,.1);
// background-color: #6f5499; // background-color: #6f5499;
// @include gradient-vertical($bs-purple, #6f5499); // @include gradient-vertical($bs-purple, #6f5499);
background-image: linear-gradient(135deg, #a8b7be, #cdd1d4, #d4d5d7, #cecfd1); // background-image: linear-gradient(135deg, #a8b7be, #cdd1d4, #d4d5d7, #cecfd1);
} }
.bs-docs-masthead .bs-docs-booticon { .bs-docs-masthead .bs-docs-booticon {

View File

@ -552,14 +552,11 @@ kbd kbd {
pre { pre {
display: block; display: block;
padding: 1.5rem;
margin-top: 0; margin-top: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 90%; font-size: 90%;
line-height: 1.5; line-height: 1.5;
color: #373a3c; color: #373a3c;
background-color: #f7f7f9;
border-radius: .25rem;
} }
pre code { pre code {
padding: 0; padding: 0;
@ -1544,18 +1541,6 @@ th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"], table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table-active, .table-active > th, .table-active > td { .table-active, .table-active > th, .table-active > td {
background-color: #f5f5f5; background-color: #f5f5f5;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long