From: Mark Otto Date: Mon, 29 Apr 2013 05:45:56 +0000 (-0700) Subject: single colon pseudo element for ie8 X-Git-Tag: v3.0.0-rc1~396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e13d05317ee5a944bdf34c1dda65bcc30a7915f6;p=thirdparty%2Fbootstrap.git single colon pseudo element for ie8 --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 97e43f22cd..4a57ea259f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; diff --git a/less/glyphicons.less b/less/glyphicons.less index 47bdc69ca6..e8a96c05f0 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -29,7 +29,7 @@ } // Catchall baseclass -.glyphicon::before { +.glyphicon:before { font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal;