diff options
| author | Seth Faxon <[email protected]> | 2013-07-23 19:38:23 -0700 |
|---|---|---|
| committer | Seth Faxon <[email protected]> | 2013-07-23 19:38:23 -0700 |
| commit | 13f2a68a23e426f37b9127c7838233fc4f63ffe3 (patch) | |
| tree | 76ecb479d18ae71b54a8862055c382bc995f6310 /javascript.html | |
| parent | faa00629c440b45e9a151764a5518ff5691500c9 (diff) | |
| download | bootstrap-13f2a68a23e426f37b9127c7838233fc4f63ffe3.tar.xz bootstrap-13f2a68a23e426f37b9127c7838233fc4f63ffe3.zip | |
update carousel js docs to reflect leading .glyphicon
https://github.com/twitter/bootstrap/pull/6342 icons section
mentions the change to using glyphicon base class
this adds it to the docs
Diffstat (limited to 'javascript.html')
| -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> |
