2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

docs for 3.3.2

This commit is contained in:
Mark Otto
2015-01-19 09:10:41 -08:00
parent 8fbe58032f
commit 0d8c85d8f9
55 changed files with 4375 additions and 2612 deletions
+44 -17
View File
@@ -89,6 +89,26 @@ body {
}
/*
* Fancy skip link
*
* Make it look a bit less "bare bones"
*/
#skippy {
display: block;
padding: 1em;
color: #fff;
background-color: #6f5499;
outline: 0;
}
#skippy .skiplink-text {
padding: .5em;
outline: 1px dotted;
}
/*
* Main navigation
*
@@ -137,14 +157,13 @@ body {
padding-top: 40px;
padding-bottom: 40px;
margin-top: 100px;
color: #777;
color: #767676;
text-align: center;
border-top: 1px solid #e5e5e5;
}
.bs-docs-footer-links {
padding-left: 0;
margin-top: 20px;
color: #999;
}
.bs-docs-footer-links li {
display: inline;
@@ -555,7 +574,7 @@ body {
padding: 4px 20px;
font-size: 13px;
font-weight: 500;
color: #999;
color: #767676;
}
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
@@ -710,22 +729,22 @@ h1[id] {
/* Variations */
.bs-callout-danger {
border-left-color: #d9534f;
border-left-color: #ce4844;
}
.bs-callout-danger h4 {
color: #d9534f;
color: #ce4844;
}
.bs-callout-warning {
border-left-color: #f0ad4e;
border-left-color: #aa6708;
}
.bs-callout-warning h4 {
color: #f0ad4e;
color: #aa6708;
}
.bs-callout-info {
border-left-color: #5bc0de;
border-left-color: #1b809e;
}
.bs-callout-info h4 {
color: #5bc0de;
color: #1b809e;
}
@@ -956,7 +975,7 @@ h1[id] {
/* Typography */
.bs-example-type .table .type-info {
color: #999;
color: #767676;
vertical-align: middle;
}
.bs-example-type .table td {
@@ -1147,6 +1166,16 @@ h1[id] {
overflow: auto;
}
/* Simple collapse example */
#collapseExample .well {
margin-bottom: 0;
}
/* Don't wrap event names in Events tables in JS plugin docs */
.bs-events-table > thead > tr > th:first-child,
.bs-events-table > tbody > tr > td:first-child {
white-space: nowrap;
}
/*
* Code snippets
@@ -1402,10 +1431,12 @@ h1[id] {
border: 2px dashed #eee;
border-radius: 4px;
}
.bs-dropzone h2 {
margin-top: 0;
.bs-dropzone .import-header {
margin-bottom: 5px;
}
.bs-dropzone .glyphicon-download-alt {
font-size: 40px;
}
.bs-dropzone hr {
width: 100px;
}
@@ -1450,10 +1481,6 @@ h1[id] {
color: #fff;
background-color: #563d7c;
}
.bs-brand-item .svg {
width: 144px;
height: 144px;
}
/* Heading content within */
.bs-brand-item h1,
@@ -1513,7 +1540,7 @@ h1[id] {
display: block;
padding: 5px 8px;
font-size: 12px;
color: #777;
color: #767676;
cursor: pointer;
background-color: #fff;
border: 1px solid #e1e1e8;