diff options
| author | Julian Thilo <[email protected]> | 2013-09-02 10:32:45 -0700 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-09-02 10:32:45 -0700 |
| commit | c6d51be2d8ae25f4a78902ca3391b1bc800116ae (patch) | |
| tree | c4d71a4afd4b9af60a7ed05d376b3709728acb5b | |
| parent | e7f8d0c957babb19f247049d05da0172d94db8f7 (diff) | |
| parent | f4fde255353e59adc7f046f9272379fd93510b86 (diff) | |
| download | bootstrap-c6d51be2d8ae25f4a78902ca3391b1bc800116ae.tar.xz bootstrap-c6d51be2d8ae25f4a78902ca3391b1bc800116ae.zip | |
Merge pull request #10374 from tagliala/patch-2
Fixed glyphicons count
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index edc6e5216..63dfacb9d 100644 --- a/components.html +++ b/components.html @@ -15,7 +15,7 @@ base_url: "../" </div> <h2 id="glyphicons-glyphs">Available glyphs</h2> - <p>Includes 180 glyphs in font format from the Glyphicon Halflings set. <a href="http://glyphicons.com/">Glyphicons</a> Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you to include a link back to <a href="http://glyphicons.com/">Glyphicons</a> whenever possible.</p> + <p>Includes 200 glyphs in font format from the Glyphicon Halflings set. <a href="http://glyphicons.com/">Glyphicons</a> Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you to include a link back to <a href="http://glyphicons.com/">Glyphicons</a> whenever possible.</p> <ul class="bs-glyphicons"> <li><span class="glyphicon glyphicon-adjust"></span> .glyphicon .glyphicon-adjust</li> <li><span class="glyphicon glyphicon-align-center"></span> .glyphicon .glyphicon-align-center</li> |
