diff options
| author | Mark Otto <[email protected]> | 2013-11-30 23:04:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 23:04:55 -0800 |
| commit | cf40b5db60fa238b24a92567860006c1581261f3 (patch) | |
| tree | 5674a4537bb16553c943d3f289744fa57cd40787 /dist/css/bootstrap.css | |
| parent | c6244a94d0af91faefa337b1f83965241f3694e0 (diff) | |
| download | bootstrap-cf40b5db60fa238b24a92567860006c1581261f3.tar.xz bootstrap-cf40b5db60fa238b24a92567860006c1581261f3.zip | |
Fixes #11623: Reset position to static for grid columns within tables to unfuck borders in IE9/10 and Firefox
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 811aaab37..7c9727349 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1719,6 +1719,7 @@ th { } table col[class*="col-"] { + position: static; display: table-column; float: none; } |
