2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Fixes #6954: properly reset grid classes within tables

This commit is contained in:
Mark Otto
2013-02-28 22:47:32 -08:00
parent bfc4aaf6e8
commit 4418c82888
2 changed files with 15 additions and 8 deletions
+7 -3
View File
@@ -975,11 +975,15 @@ th {
background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"] {
table col[class^="span"] {
display: table-column;
float: none;
}
table td[class^="span"],
table th[class^="span"] {
display: table-cell;
float: none;
margin-left: 0;
}
.table tbody tr.success > td {