aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/src')
-rw-r--r--docs/assets/css/src/docs.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index 934ff59f1..c129c965b 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -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
*