mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Remove further mentions of Glyphicons
This commit is contained in:
parent
749dc35328
commit
817972724a
@ -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>
|
||||
|
@ -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
|
||||
}
|
||||
})
|
||||
})
|
||||
|
@ -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">
|
||||
|
@ -206,12 +206,6 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<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">
|
||||
|
Loading…
Reference in New Issue
Block a user