1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 15:16:51 +02:00

update carousel js docs to reflect leading .glyphicon

https://github.com/twitter/bootstrap/pull/6342 icons section
  mentions the change to using glyphicon base class
  this adds it to the docs
This commit is contained in:
Seth Faxon
2013-07-23 19:38:23 -07:00
parent faa00629c4
commit 13f2a68a23

View File

@@ -1556,7 +1556,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
{% endhighlight %} {% endhighlight %}
<div class="bs-callout bs-callout-info"> <div class="bs-callout bs-callout-info">
<h4>Glyphicon Alternative</h4> <h4>Glyphicon Alternative</h4>
<p>With <a href="/css/#glyphicons">Glyphicons</a> available, you may choose to style the left and right toggle buttons with <code>.glyphicon-chevron-left</code> and <code>.glyphicon-chevron-right</code>.</p> <p>With <a href="/css/#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>
<h3>Optional captions</h3> <h3>Optional captions</h3>