grunt dist on glyphicons width change

This commit is contained in:
Mark Otto 2013-08-24 13:59:03 -07:00
parent c0b00f22fe
commit 4c794aaaef
2 changed files with 5 additions and 1 deletions

View File

@ -2409,6 +2409,10 @@ input[type="button"].btn-block {
line-height: 1;
}
.glyphicon:empty {
width: 1em;
}
.glyphicon-asterisk:before {
content: "\2a";
}

File diff suppressed because one or more lines are too long