single colon pseudo element for ie8

This commit is contained in:
Mark Otto 2013-04-28 22:45:56 -07:00
parent cd06c5baac
commit e13d05317e
2 changed files with 2 additions and 2 deletions

View File

@ -2148,7 +2148,7 @@ fieldset[disabled] .btn-link:focus {
src: url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphiconshalflings-regular.woff') format('woff'), url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon::before {
.glyphicon:before {
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;

View File

@ -29,7 +29,7 @@
}
// Catchall baseclass
.glyphicon::before {
.glyphicon:before {
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;