diff options
| author | Mark Otto <[email protected]> | 2013-08-18 10:35:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 10:35:26 -0700 |
| commit | d7eee9bd6ecbe4724ef0f9644edb92a9ede91bee (patch) | |
| tree | 19e1986b74067d660021f24c0c4e7c32effc06f6 /javascript.html | |
| parent | 92d89895530818e4011156c16eac2112f8bbaf89 (diff) | |
| parent | f8b65b41ab0c1bc130c3ca521fb99214f5509568 (diff) | |
| download | bootstrap-d7eee9bd6ecbe4724ef0f9644edb92a9ede91bee.tar.xz bootstrap-d7eee9bd6ecbe4724ef0f9644edb92a9ede91bee.zip | |
Merge pull request #9767 from twbs/bs3_restore_glyphicons
BS3: Restore Glyphicons
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 c9228c211..883bbb929 100644 --- a/javascript.html +++ b/javascript.html @@ -1681,7 +1681,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () { {% endhighlight %} <div class="bs-callout bs-callout-info"> <h4>Glyphicon Alternative</h4> - <p>With <a href="{{ site.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> + <p>With <a href="{{ page.base_url }}components/#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> |
