diff options
| author | Mark Otto <[email protected]> | 2013-04-28 22:45:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-28 22:45:56 -0700 |
| commit | e13d05317ee5a944bdf34c1dda65bcc30a7915f6 (patch) | |
| tree | adc6d6deecfdc162bc2857d48892b6df1c983a3e /docs/assets/css/bootstrap.css | |
| parent | cd06c5baac64a3663820bc25b393e5b354c64a14 (diff) | |
| download | bootstrap-e13d05317ee5a944bdf34c1dda65bcc30a7915f6.tar.xz bootstrap-e13d05317ee5a944bdf34c1dda65bcc30a7915f6.zip | |
single colon pseudo element for ie8
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 97e43f22c..4a57ea259 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; |
