diff options
| author | Patrick H. Lauke <[email protected]> | 2015-12-22 19:10:52 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-12-22 19:10:52 +0000 |
| commit | 56b84556c7ca6c97668a61e07b8bcdb93fa15474 (patch) | |
| tree | 97771a86c44b26ec81a65fe1068b5542e28bfe72 /docs | |
| parent | e0058829ab0daa4d70fa85e5571d3ac1cde2de06 (diff) | |
| download | bootstrap-56b84556c7ca6c97668a61e07b8bcdb93fa15474.tar.xz bootstrap-56b84556c7ca6c97668a61e07b8bcdb93fa15474.zip | |
Add Windows 10 Mobile / Microsoft Edge
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started/browsers-devices.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index 88608d2dd..0d466735a 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -28,6 +28,7 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor <th>Firefox</th> <th>Safari</th> <th>Android Browser & WebView</th> + <th>Microsoft Edge</th> </tr> </thead> <tbody> @@ -37,6 +38,7 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor <td class="text-success">Supported</td> <td class="text-muted">N/A</td> <td class="text-success">Android v5.0+ supported</td> + <td class="text-muted">N/A</td> </tr> <tr> <th scope="row">iOS</th> @@ -44,6 +46,15 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor <td class="text-success">Supported</td> <td class="text-success">Supported</td> <td class="text-muted">N/A</td> + <td class="text-muted">N/A</td> + </tr> + <tr> + <th scope="row">Windows 10 Mobile</th> + <td class="text-muted">N/A</td> + <td class="text-muted">N/A</td> + <td class="text-muted">N/A</td> + <td class="text-muted">N/A</td> + <td class="text-success">Supported</td> </tr> </tbody> </table> |
