From 8ac1495c63c0996a2d22013a3c70fa1f3107a927 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Oct 2013 10:43:56 -0700 Subject: redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarik --- docs-assets/css/docs.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs-assets/css/docs.css') 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); } -- cgit v1.2.3