All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-star

This commit is contained in:
Mark Otto
2013-02-16 01:26:43 -08:00
parent d8e2668c1d
commit ce21926704
9 changed files with 268 additions and 268 deletions

View File

@@ -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;

View File

@@ -331,7 +331,7 @@ section > ul li {
-webkit-box-sizing: border-box;
margin: 0 -1px -1px 0;
}
.the-icons [class^="glyphicon-"] {
.the-icons .glyphicon {
display: block;
margin: 5px auto;
vertical-align: middle;