aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-23 20:17:40 -0700
committerMark Otto <[email protected]>2013-07-23 20:17:40 -0700
commit00976ff09a3743537b3feefae3199f0fa20cbf3b (patch)
tree76ecb479d18ae71b54a8862055c382bc995f6310
parentfaa00629c440b45e9a151764a5518ff5691500c9 (diff)
parent13f2a68a23e426f37b9127c7838233fc4f63ffe3 (diff)
downloadbootstrap-00976ff09a3743537b3feefae3199f0fa20cbf3b.tar.xz
bootstrap-00976ff09a3743537b3feefae3199f0fa20cbf3b.zip
Merge pull request #8576 from sfaxon/3.0.0-wip
update carousel js docs to reflect leading .glyphicon
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index 9d39c0a88..d39d9c321 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1556,7 +1556,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
{% endhighlight %}
<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>
+ <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>
<h3>Optional captions</h3>