diff options
| author | Mark Otto <[email protected]> | 2013-07-05 14:11:12 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-05 14:11:12 -0500 |
| commit | 817972724afa3e8f12d6a1376820490d3c430184 (patch) | |
| tree | eb7c6303cea16131305d31b71275e39c2a148b20 /docs | |
| parent | 749dc35328862896d613bfe72fc961e490037fad (diff) | |
| download | bootstrap-817972724afa3e8f12d6a1376820490d3c430184.tar.xz bootstrap-817972724afa3e8f12d6a1376820490d3c430184.zip | |
Remove further mentions of Glyphicons
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/colophon.html | 1 | ||||
| -rw-r--r-- | docs/assets/js/application.js | 2 | ||||
| -rw-r--r-- | docs/css.html | 2 | ||||
| -rw-r--r-- | docs/customize.html | 6 |
4 files changed, 1 insertions, 10 deletions
diff --git a/docs/_includes/colophon.html b/docs/_includes/colophon.html index fa7958ef8..3d664e624 100644 --- a/docs/_includes/colophon.html +++ b/docs/_includes/colophon.html @@ -5,7 +5,6 @@ <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p> <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> - <p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> <ul class="footer-links"> <li><a href="http://blog.getbootstrap.com">Blog</a></li> <li class="muted">·</li> diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 4fa65cb9e..3fa5f07b7 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -92,7 +92,6 @@ .map(function () { return this.value }) .toArray() , vars = {} - , img = ['glyphicons-halflings.png', 'glyphicons-halflings-white.png'] $("#less-variables input") .each(function () { @@ -107,7 +106,6 @@ js: js , css: css , vars: vars - , img: img } }) }) diff --git a/docs/css.html b/docs/css.html index 95295a359..b3e49ff10 100644 --- a/docs/css.html +++ b/docs/css.html @@ -57,7 +57,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes." - <!-- Glyphicons icont font + <!-- Glyphicons icon font ================================================== --> <div class="bs-docs-section" id="glyphicons"> <div class="page-header"> diff --git a/docs/customize.html b/docs/customize.html index ed3363289..b54b70fc3 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -208,12 +208,6 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <h4>Media</h4> <div class="checkbox"> <label> - <input type="checkbox" checked value="glyphicons.less"> - Glyphicons - </label> - </div> - <div class="checkbox"> - <label> <input type="checkbox" checked value="thumbnails.less"> Thumbnails </label> |
