2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+3 -3
View File
@@ -11,9 +11,9 @@
// Basic usage
//
// Since icons are fonts, they can be placed anywhere text is placed. To use,
// create an inline element with the appropriate class, like so:
// create an inline element with the appropriate classes, like so:
//
// <a href="#"><span class="glyphicon-star"></span> Star</a>
// <a href="#"><span class="glyphicon glyphicon-star"></span> Star</a>
//
// Use them in links, buttons, headings, and more.
@@ -31,7 +31,7 @@
}
// Catchall baseclass
[class^="glyphicon-"]:before {
.glyphicon:before {
font-family: 'Glyphicons Halflings';
font-style: normal;
line-height: 1;