2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+4
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>