aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-10 15:39:46 -0800
committerChris Rebert <[email protected]>2015-12-10 15:39:46 -0800
commit1dcbbdd49b600fff9cd7bcc38a675c1e8e76c4d5 (patch)
tree085f97637d8e0552035c28211798fc99464befea /docs/getting-started
parent0771a51c7a5ebb03fe0c4e013531352e6f89e945 (diff)
downloadbootstrap-1dcbbdd49b600fff9cd7bcc38a675c1e8e76c4d5.tar.xz
bootstrap-1dcbbdd49b600fff9cd7bcc38a675c1e8e76c4d5.zip
Remove fully supported features from IE9 limitations docs
If these are supported, why bother mentioning them in a section that's about communicating what's not supported? These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ), which doesn't support these features, but we no longer care about IE8 in v4. [skip sauce]
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/browsers-devices.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md
index 189cf1549..623bf155d 100644
--- a/docs/getting-started/browsers-devices.md
+++ b/docs/getting-started/browsers-devices.md
@@ -112,14 +112,6 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p
</thead>
<tbody>
<tr>
- <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius"><code>border-radius</code></a></th>
- <td class="text-success">Supported</td>
- </tr>
- <tr>
- <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow"><code>box-shadow</code></a></th>
- <td class="text-success">Supported</td>
- </tr>
- <tr>
<th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/transform"><code>transform</code></a></th>
<td class="text-success">Supported, with <code>-ms</code> prefix</td>
</tr>