From 13f2a68a23e426f37b9127c7838233fc4f63ffe3 Mon Sep 17 00:00:00 2001 From: Seth Faxon Date: Tue, 23 Jul 2013 19:38:23 -0700 Subject: [PATCH] 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 --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index 9d39c0a886..d39d9c321e 100644 --- a/javascript.html +++ b/javascript.html @@ -1556,7 +1556,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () { {% endhighlight %}

Glyphicon Alternative

-

With Glyphicons available, you may choose to style the left and right toggle buttons with .glyphicon-chevron-left and .glyphicon-chevron-right.

+

With Glyphicons available, you may choose to style the left and right toggle buttons with .glyphicon .glyphicon-chevron-left and .glyphicon .glyphicon-chevron-right.

Optional captions