mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 11:20:58 +00:00
single colon pseudo element for ie8
This commit is contained in:
parent
cd06c5baac
commit
e13d05317e
2 changed files with 2 additions and 2 deletions
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 a new issue