2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

more syntax changes

This commit is contained in:
Mark Otto
2017-07-02 15:28:51 -07:00
parent 5706cfe42a
commit 1e91bc2119
12 changed files with 95 additions and 117 deletions
+3 -9
View File
@@ -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;
}