mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
start stubbing out a new reboot section and file
This commit is contained in:
@@ -2,20 +2,20 @@
|
||||
// Reset tabular elements
|
||||
//
|
||||
|
||||
table {
|
||||
background-color: $table-bg;
|
||||
}
|
||||
// table {
|
||||
// background-color: $table-bg;
|
||||
// }
|
||||
|
||||
caption {
|
||||
padding-top: $table-cell-padding;
|
||||
padding-bottom: $table-cell-padding;
|
||||
color: $text-muted;
|
||||
text-align: left;
|
||||
}
|
||||
// caption {
|
||||
// padding-top: $table-cell-padding;
|
||||
// padding-bottom: $table-cell-padding;
|
||||
// color: $text-muted;
|
||||
// text-align: left;
|
||||
// }
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
// th {
|
||||
// text-align: left;
|
||||
// }
|
||||
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user