diff options
| author | Mark Otto <[email protected]> | 2012-06-25 14:37:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-25 14:37:35 -0700 |
| commit | cd466f1d0b51c5165f7b615c671ee94d53f48eeb (patch) | |
| tree | 73fbbe685d21ccbb3c2c6b2639bcc8134ed7a529 /docs | |
| parent | 27845e4492741a973231ff1be6c493e001a28555 (diff) | |
| download | bootstrap-cd466f1d0b51c5165f7b615c671ee94d53f48eeb.tar.xz bootstrap-cd466f1d0b51c5165f7b615c671ee94d53f48eeb.zip | |
add tests for table grid sizing, solve bugs in fluid table grid sizing
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 88db0c044..ab0a0731a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; |
