diff options
| author | Jacob Thornton <[email protected]> | 2013-07-23 20:53:32 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-07-23 20:53:32 -0700 |
| commit | faba6808b7713e8ab72ae5f21eedb3736a5b45ea (patch) | |
| tree | 99a56028a47550a9d74b75be21836ff046bbab50 | |
| parent | 72d2661ff0f842b2bcf76a7a5e911644d587cc79 (diff) | |
| parent | 00976ff09a3743537b3feefae3199f0fa20cbf3b (diff) | |
| download | bootstrap-faba6808b7713e8ab72ae5f21eedb3736a5b45ea.tar.xz bootstrap-faba6808b7713e8ab72ae5f21eedb3736a5b45ea.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
| -rw-r--r-- | javascript.html | 2 |
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> |
