diff options
| author | Jacob Thornton <[email protected]> | 2011-08-22 11:26:04 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-22 11:26:04 -0700 |
| commit | 621f358dc051cf45f7da96df78ea673c7f0ac11b (patch) | |
| tree | b8f214a5879a41308f8bcb2923fd95562f4b2be1 | |
| parent | fef3672ad3b92ba085d55211e850a3dd4c0a76c6 (diff) | |
| download | bootstrap-621f358dc051cf45f7da96df78ea673c7f0ac11b.tar.xz bootstrap-621f358dc051cf45f7da96df78ea673c7f0ac11b.zip | |
fix copy for ie in docs
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index debc270ba..224ba425e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -117,8 +117,8 @@ </div> <div class="span5 columns"> <h3>Browser support</h3> - <p>Bootstrap is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer and Firefox.</p> - <img src="assets/img/browsers.png" width="220px" height="48px" alt="Tested and supported in Chrome, Safari, and Firefox"> + <p>Bootstrap is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer, and Firefox.</p> + <img src="assets/img/browsers.png" width="220px" height="48px" alt="Tested and supported in Chrome, Safari, Internet Explorer, and Firefox"> <ul> <li>Latest Safari</li> <li>Latest Google Chrome</li> |
