diff options
| author | Mark Otto <[email protected]> | 2012-10-03 09:43:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-03 09:43:14 -0700 |
| commit | 3726ce24bb68376e484a4cc2f29e8e5c28b0a0bb (patch) | |
| tree | 28e190865db5cd440b15757d9cc5237a115ea782 /docs/assets/css/bootstrap.css | |
| parent | 11ee1633b459352de9831a507c20e78f4f1fd5c3 (diff) | |
| download | bootstrap-3726ce24bb68376e484a4cc2f29e8e5c28b0a0bb.tar.xz bootstrap-3726ce24bb68376e484a4cc2f29e8e5c28b0a0bb.zip | |
finish off scoping of grid sizing to table elements
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 2155b91cd..12cdf6187 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2017,8 +2017,10 @@ table { background-color: #f5f5f5; } -table [class*=span], -.row-fluid table [class*=span] { +table td[class*="span"], +table th[class*="span"], +.row-fluid table td[class*="span"], +.row-fluid table th[class*="span"] { display: table-cell; float: none; margin-left: 0; |
