diff options
| author | a-moses <[email protected]> | 2015-10-07 03:04:20 +0300 |
|---|---|---|
| committer | a-moses <[email protected]> | 2015-10-07 03:04:20 +0300 |
| commit | d22c0176a9b7614fce9abf3aceff2dea1e9ecbc7 (patch) | |
| tree | ac08525181c995ac913d766aad170628d534b8d9 /docs/getting-started | |
| parent | 2db8b5f36d7517a43dd462c65dcabf26df859456 (diff) | |
| download | bootstrap-d22c0176a9b7614fce9abf3aceff2dea1e9ecbc7.tar.xz bootstrap-d22c0176a9b7614fce9abf3aceff2dea1e9ecbc7.zip | |
IE 9 not supported list v4 flexbox
add flexbox to the not supported list
https://github.com/twbs/bootstrap/issues/17802
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/browsers-devices.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index 0f98f0678..bcaf57c3e 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -131,6 +131,10 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p <th scope="row"><code>placeholder</code></th> <td class="text-danger">Not supported</td> </tr> + <tr> + <th scope="row"><code>flexbox</code></th> + <td class="text-danger">Not supported</td> + </tr> </tbody> </table> </div> |
