diff options
| author | Mark Otto <[email protected]> | 2014-03-03 21:54:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-03 21:54:07 -0800 |
| commit | 4dd7b4bd8797448703acf3b8ce4c3cf04e6ce8c7 (patch) | |
| tree | d40e5f5750689c1b1b0b9fcd79211892e93862c4 /dist/css/bootstrap.rtl.css | |
| parent | af39290a9de8b156bacfdc93d209a683f611714c (diff) | |
| download | bootstrap-4dd7b4bd8797448703acf3b8ce4c3cf04e6ce8c7.tar.xz bootstrap-4dd7b4bd8797448703acf3b8ce4c3cf04e6ce8c7.zip | |
Don't RTL the theme file--no need
Diffstat (limited to 'dist/css/bootstrap.rtl.css')
| -rw-r--r-- | dist/css/bootstrap.rtl.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/css/bootstrap.rtl.css b/dist/css/bootstrap.rtl.css index a406da419..8a18ea04f 100644 --- a/dist/css/bootstrap.rtl.css +++ b/dist/css/bootstrap.rtl.css @@ -2967,6 +2967,14 @@ input[type="button"].btn-block { display: block; } +tr.collapse.in { + display: table-row; +} + +tbody.collapse.in { + display: table-row-group; +} + .collapsing { position: relative; height: 0; |
