aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-19 17:17:52 -0700
committerMark Otto <[email protected]>2013-07-19 17:17:52 -0700
commit8ab77191ceec9648e47dbe764d876c536c9e6ec2 (patch)
treee800a28b7a169c83f5c41e9c415d71fd73233476 /javascript.html
parent6cce56061f3c87826bb3217c9c21d58a2de2ab5c (diff)
downloadbootstrap-8ab77191ceec9648e47dbe764d876c536c9e6ec2.tar.xz
bootstrap-8ab77191ceec9648e47dbe764d876c536c9e6ec2.zip
Twerk callouts and fix an unstyled one
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index b4e053056..0336b379b 100644
--- a/javascript.html
+++ b/javascript.html
@@ -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>