]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch 'master' into carousel-glyphicons-mainstream
authorMark Otto <otto@github.com>
Wed, 4 Sep 2013 01:43:42 +0000 (18:43 -0700)
committerMark Otto <otto@github.com>
Wed, 4 Sep 2013 01:43:42 +0000 (18:43 -0700)
Conflicts:
javascript.html

1  2 
javascript.html

diff --cc javascript.html
index 3a106ab69fb9363b8c4d2992a0f66d4c1bd0d0a6,3013d5ca2d4d5a8f1fc569e0f0304ce84b29dbc7..bc6d132382f5d55ec31e0b32362691763c574066
@@@ -1711,6 -1711,14 +1711,10 @@@ $('#myCollapsible').on('hidden.bs.colla
    </a>
  </div>
  {% endhighlight %}
 -<div class="bs-callout bs-callout-info">
 -  <h4>Glyphicon Alternative</h4>
 -  <p>With <a href="{{ page.base_url }}components/#glyphicons">Glyphicons</a> available, you may choose to style the left and right toggle buttons with <code>.glyphicon .glyphicon-chevron-left</code> and <code>.glyphicon .glyphicon-chevron-right</code>.</p>
 -</div>
+ <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>
+ </div>
  
      <h3>Optional captions</h3>
      <p>Add captions to your slides easily with the <code>.carousel-caption</code> element within any <code>.item</code>. Place just about any optional HTML within there and it will be automatically aligned and formatted.</p>