0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-02 02:29:24 +01:00

Removed glyphicon-block instead target :empty .glyphicons

This commit is contained in:
Thomas Welton 2013-08-22 10:28:54 +01:00
parent 8663b75c4d
commit 31ab249809

View File

@ -27,11 +27,11 @@
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.glyphicon-block{
&:empty{
width: 1em;
}
}
// Individual icons
.glyphicon-asterisk { &:before { content: "\2a"; } }