From 8ac1495c63c0996a2d22013a3c70fa1f3107a927 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Oct 2013 10:43:56 -0700 Subject: [PATCH] redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarik --- components.html | 1000 ++++++++++++++++++++++++++++++-------- docs-assets/css/docs.css | 8 +- 2 files changed, 806 insertions(+), 202 deletions(-) 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); } -- 2.47.2