mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-02 00:06:46 +02:00
Move inline CSS to docs.css.
This commit is contained in:
@@ -913,6 +913,10 @@ h1[id] {
|
||||
content: "Example";
|
||||
}
|
||||
|
||||
.bs-example-padded-bottom {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
/* Tweak display of the code snippets when following an example */
|
||||
.bs-example + .highlight,
|
||||
.bs-example + .zero-clipboard + .highlight {
|
||||
@@ -1166,6 +1170,10 @@ h1[id] {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.bs-example > .nav-pills-stacked-example {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
/* Simple collapse example */
|
||||
#collapseExample .well {
|
||||
margin-bottom: 0;
|
||||
@@ -1177,6 +1185,19 @@ h1[id] {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bs-events-table > thead > tr > th:first-child {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.js-options-table > thead > tr > th:nth-child(1),
|
||||
.js-options-table > thead > tr > th:nth-child(2) {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.js-options-table > thead > tr > th:nth-child(3) {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Code snippets
|
||||
*
|
||||
|
Reference in New Issue
Block a user