mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
single colon pseudo element for ie8
This commit is contained in:
parent
cd06c5baac
commit
e13d05317e
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -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;
|
||||
|
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
// Catchall baseclass
|
||||
.glyphicon::before {
|
||||
.glyphicon:before {
|
||||
font-family: 'Glyphicons Halflings';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user