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:
7
docs/assets/css/bootstrap.css
vendored
7
docs/assets/css/bootstrap.css
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user