From: Mark Otto Date: Wed, 16 Oct 2013 17:43:56 +0000 (-0700) Subject: redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarik X-Git-Tag: v3.0.1~39^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ac1495c63c0996a2d22013a3c70fa1f3107a927;p=thirdparty%2Fbootstrap.git redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarik --- diff --git a/components.html b/components.html index 7af5c9fd8f..b4040dbe92 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 224cc60d6d..c5185c248d 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); }