1
0
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:
Mark Otto
2015-04-16 18:39:45 -07:00
parent 7001dece8a
commit 06c2862d25
14 changed files with 847 additions and 370 deletions

View File

@@ -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;
// }
//