0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00
Bootstrap/assets/scss/_responsive-tests.scss

16 lines
227 B
SCSS
Raw Normal View History

//
// Responsive tests
//
// Responsive (scrollable) doc tables
.table-responsive .highlight pre {
white-space: normal;
}
// Utility classes table
2017-03-03 21:59:21 +01:00
.bd-table th small {
display: block;
2017-10-03 05:34:56 +02:00
font-weight: 400;
color: #999;
}