diff options
| author | Chris Rebert <[email protected]> | 2015-10-06 20:54:57 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-06 20:54:57 -0700 |
| commit | f62a1518a1b3324f57ddce3f309f93eee3aba8fd (patch) | |
| tree | ac08525181c995ac913d766aad170628d534b8d9 /docs | |
| parent | 2db8b5f36d7517a43dd462c65dcabf26df859456 (diff) | |
| parent | d22c0176a9b7614fce9abf3aceff2dea1e9ecbc7 (diff) | |
| download | bootstrap-f62a1518a1b3324f57ddce3f309f93eee3aba8fd.tar.xz bootstrap-f62a1518a1b3324f57ddce3f309f93eee3aba8fd.zip | |
Merge pull request #17803 from a-moses/patch-1
IE 9 not supported list - flexbox
Diffstat (limited to 'docs')
| -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> |
