]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
single colon pseudo element for ie8
authorMark Otto <otto@github.com>
Mon, 29 Apr 2013 05:45:56 +0000 (22:45 -0700)
committerMark Otto <otto@github.com>
Mon, 29 Apr 2013 05:45:56 +0000 (22:45 -0700)
docs/assets/css/bootstrap.css
less/glyphicons.less

index 97e43f22cd28bab3032ecf47545e76d7920d4bb4..4a57ea259f067ad04387a3f9350b10f75f95a9f8 100644 (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;
index 47bdc69ca6b4bb5cf48337ada265bcf1a666a762..e8a96c05f0fc941f59b0328514be7b45b6d86033 100644 (file)
@@ -29,7 +29,7 @@
 }
 
 // Catchall baseclass
-.glyphicon::before {
+.glyphicon:before {
   font-family: 'Glyphicons Halflings';
   font-style: normal;
   font-weight: normal;