From 4c794aaaef1de961c764294f554b12ce861c8595 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 24 Aug 2013 13:59:03 -0700 Subject: grunt dist on glyphicons width change --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 79b6985a2..e365a9201 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2409,6 +2409,10 @@ input[type="button"].btn-block { line-height: 1; } +.glyphicon:empty { + width: 1em; +} + .glyphicon-asterisk:before { content: "\2a"; } -- cgit v1.2.3