aboutsummaryrefslogtreecommitdiff
path: root/assets/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/docs.css')
-rw-r--r--assets/css/docs.css26
1 files changed, 10 insertions, 16 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css
index a55472cc9..0a1f87317 100644
--- a/assets/css/docs.css
+++ b/assets/css/docs.css
@@ -437,6 +437,12 @@ body {
margin: 0;
}
+/* Buttons */
+.bs-example > .btn {
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+
/* Forms */
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
@@ -553,19 +559,6 @@ body {
}
-
-/* Example templates
--------------------------------------------------- */
-
-.bs-examples h4 {
- margin-bottom: 5px;
-}
-.bs-examples p {
- margin-bottom: 20px;
-}
-
-
-
/* Responsive docs
-------------------------------------------------- */
@@ -578,9 +571,6 @@ body {
overflow-x: scroll;
border: 1px solid #ddd;
}
- .bs-table-scrollable .highlight pre {
- white-space: normal;
- }
.bs-table-scrollable .table {
margin-bottom: 0;
border: 0;
@@ -602,6 +592,10 @@ body {
border-bottom: 0;
}
}
+.bs-table-scrollable .highlight pre {
+ white-space: normal;
+}
+
/* Related: responsive utilities tables */
.table code {