mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
This commit is contained in:
commit
faba6808b7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue