]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove lingering reference to IE8 in the Carousel docs
authorChris Rebert <code@rebertia.com>
Wed, 31 Dec 2014 00:15:02 +0000 (16:15 -0800)
committerChris Rebert <code@rebertia.com>
Wed, 31 Dec 2014 00:15:02 +0000 (16:15 -0800)
docs/javascript/carousel.md

index dac8d00d1ead8c583e8040d5c970bfe5d56feb05..d69725a594ea76511cf0b0375b553cec19274a14 100644 (file)
@@ -37,8 +37,8 @@ A slideshow component for cycling through elements—images or slides of text—
 {% endexample %}
 
 <div class="bs-callout bs-callout-warning" id="callout-carousel-transitions">
-  <h4>Transition animations not supported in Internet Explorer 8 &amp; 9</h4>
-  <p>Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 &amp; 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
+  <h4>Transition animations not supported in Internet Explorer 9</h4>
+  <p>Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 9 doesn't support the necessary CSS properties. Thus, there are no slide transition animations when using that browser. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
 </div>
 
 <div class="bs-callout bs-callout-warning" id="callout-carousel-active">