diff --git a/components.html b/components.html index 7af5c9fd8..b4040dbe9 100644 --- a/components.html +++ b/components.html @@ -17,206 +17,806 @@ base_url: "../"

Available glyphs

Includes 200 glyphs in font format from the Glyphicon Halflings set. Glyphicons 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 Glyphicons whenever possible.

diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 224cc60d6..c5185c248 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1047,10 +1047,14 @@ h1[id] { border: 1px solid #ddd; } .bs-glyphicons .glyphicon { - display: block; - margin: 5px auto 10px; + margin-top: 5px; + margin-bottom: 10px; font-size: 24px; } +.bs-glyphicons .glyphicon-class { + display: block; + text-align: center; +} .bs-glyphicons li:hover { background-color: rgba(86,61,124,.1); }