1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 15:56:45 +02:00

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

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