mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Remove further mentions of Glyphicons
This commit is contained in:
@@ -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>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>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">
|
<ul class="footer-links">
|
||||||
<li><a href="http://blog.getbootstrap.com">Blog</a></li>
|
<li><a href="http://blog.getbootstrap.com">Blog</a></li>
|
||||||
<li class="muted">·</li>
|
<li class="muted">·</li>
|
||||||
|
@@ -92,7 +92,6 @@
|
|||||||
.map(function () { return this.value })
|
.map(function () { return this.value })
|
||||||
.toArray()
|
.toArray()
|
||||||
, vars = {}
|
, vars = {}
|
||||||
, img = ['glyphicons-halflings.png', 'glyphicons-halflings-white.png']
|
|
||||||
|
|
||||||
$("#less-variables input")
|
$("#less-variables input")
|
||||||
.each(function () {
|
.each(function () {
|
||||||
@@ -107,7 +106,6 @@
|
|||||||
js: js
|
js: js
|
||||||
, css: css
|
, css: css
|
||||||
, vars: vars
|
, 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="bs-docs-section" id="glyphicons">
|
||||||
<div class="page-header">
|
<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="row">
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
<h4>Media</h4>
|
<h4>Media</h4>
|
||||||
<div class="checkbox">
|
|
||||||
<label>
|
|
||||||
<input type="checkbox" checked value="glyphicons.less">
|
|
||||||
Glyphicons
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" checked value="thumbnails.less">
|
<input type="checkbox" checked value="thumbnails.less">
|
||||||
|
Reference in New Issue
Block a user