diff options
| author | Mark Otto <[email protected]> | 2013-02-16 01:26:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-16 01:26:43 -0800 |
| commit | ce21926704778a2fb8ff76f5241b90a97abeea4c (patch) | |
| tree | 691a68b68c68d5423f439737ce439944f32a684c /docs/assets/css/bootstrap.css | |
| parent | d8e2668c1df122f61e82008821bc6b56def4fe12 (diff) | |
| download | bootstrap-ce21926704778a2fb8ff76f5241b90a97abeea4c.tar.xz bootstrap-ce21926704778a2fb8ff76f5241b90a97abeea4c.zip | |
All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-star
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 ce365b8bc..3ac4cf8e6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1968,7 +1968,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'); } -[class^="glyphicon-"]:before { +.glyphicon:before { font-family: 'Glyphicons Halflings'; font-style: normal; line-height: 1; |
