Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/less/responsive-tests.less')
-rw-r--r--docs/assets/less/responsive-tests.less12
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/assets/less/responsive-tests.less b/docs/assets/less/responsive-tests.less
index a5c61a1039..bf9d002d2b 100644
--- a/docs/assets/less/responsive-tests.less
+++ b/docs/assets/less/responsive-tests.less
@@ -1,15 +1,9 @@
-/*
- * Responsive tests
- *
- * Generate a set of tests to show the responsive utilities in action.
- */
-
-/* Responsive (scrollable) doc tables */
+// Responsive (scrollable) doc tables
.table-responsive .highlight pre {
white-space: normal;
}
-/* Utility classes table */
+// Utility classes table
.bs-table th small,
.responsive-utilities th small {
display: block;
@@ -31,7 +25,7 @@
background-color: #f9f9f9 !important;
}
-/* Responsive tests */
+// Responsive tests
.responsive-utilities-test {
margin-top: 5px;
}