1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

add tests for table grid sizing, solve bugs in fluid table grid sizing

This commit is contained in:
Mark Otto
2012-06-25 14:37:35 -07:00
parent 27845e4492
commit cd466f1d0b
3 changed files with 83 additions and 1 deletions

View File

@@ -1753,6 +1753,13 @@ table {
background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
display: table-cell;
float: none;
margin-left: 0;
}
table .span1 {
float: none;
width: 44px;