0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Added glyphicon-block class

Prevents elements moving around the page after the font file has loaded by setting a defined width on elements using the icon font.
This commit is contained in:
Thomas Welton 2013-08-22 02:54:54 +01:00
parent 1bcf9f126d
commit 8663b75c4d

View File

@ -29,6 +29,10 @@
-webkit-font-smoothing: antialiased;
}
.glyphicon-block{
width: 1em;
}
// Individual icons
.glyphicon-asterisk { &:before { content: "\2a"; } }
.glyphicon-plus { &:before { content: "\2b"; } }