diff options
| author | Mark Otto <[email protected]> | 2013-08-24 13:59:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-24 13:59:03 -0700 |
| commit | 4c794aaaef1de961c764294f554b12ce861c8595 (patch) | |
| tree | 4febed571f6bdae940f09a10707bada764114cd7 /dist/css/bootstrap.css | |
| parent | c0b00f22fe47447155265a20d746889d92918d99 (diff) | |
| download | bootstrap-4c794aaaef1de961c764294f554b12ce861c8595.tar.xz bootstrap-4c794aaaef1de961c764294f554b12ce861c8595.zip | |
grunt dist on glyphicons width change
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
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"; } |
