1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Twerk callouts and fix an unstyled one

This commit is contained in:
Mark Otto
2013-07-19 17:17:52 -07:00
parent 6cce56061f
commit 8ab77191ce
2 changed files with 5 additions and 4 deletions

View File

@@ -1554,7 +1554,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
</a>
</div>
{% endhighlight %}
<div class="bs-callout">
<div class="bs-callout bs-callout-info">
<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>
</div>