0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #17803 from a-moses/patch-1

IE 9 not supported list - flexbox
This commit is contained in:
Chris Rebert 2015-10-06 20:54:57 -07:00
commit f62a1518a1

View File

@ -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>