add tests for table grid sizing, solve bugs in fluid table grid sizing
This commit is contained in:
parent
27845e4492
commit
cd466f1d0b
3 changed files with 83 additions and 1 deletions
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue