diff options
| author | Mark Otto <[email protected]> | 2014-02-07 01:49:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-07 01:49:12 -0800 |
| commit | c399bfb01581fcc89474bb1d23718d279e246b45 (patch) | |
| tree | e71d559a67f5aa040c6c4d3dbba9c786319322dc | |
| parent | a9b964b9c361d743f66eef03127f298b6878fb7a (diff) | |
| download | bootstrap-c399bfb01581fcc89474bb1d23718d279e246b45.tar.xz bootstrap-c399bfb01581fcc89474bb1d23718d279e246b45.zip | |
Fixes #12477: Clarify IE support in docs
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 27d9f00a2..f23c48f78 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -369,7 +369,7 @@ bootstrap/ <p class="lead">Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older browsers might display differently styled, though fully functional, renderings of certain components.</p> <h3 id="support-browsers">Supported browsers</h3> - <p>Specifically, we support the <strong>latest versions</strong> of the following browsers and platforms:</p> + <p>Specifically, we support the <strong>latest versions</strong> of the following browsers and platforms. On Windows, <strong>we support Internet Explorer 8-11</strong>. More specific support information is provided below.</p> <div class="table-responsive"> <table class="table table-bordered table-striped"> <thead> |
