1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02: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; font-weight: normal;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
}
.glyphicon-block{ &:empty{
width: 1em; width: 1em;
} }
}
// Individual icons // Individual icons
.glyphicon-asterisk { &:before { content: "\2a"; } } .glyphicon-asterisk { &:before { content: "\2a"; } }