updated icons to require a base class .icon

This commit is contained in:
Mark Otto
2012-01-25 09:51:03 -08:00
parent d8041f7c8f
commit b01de5fc56
6 changed files with 218 additions and 214 deletions

View File

@@ -11,7 +11,7 @@
// class to add width, height, and background-position. Your resulting HTML
// will look like <i class="inbox"></i>.
i {
.icon {
background-image: url(docs/assets/img/glyphicons-halflings-sprite.png);
background-position: 0 0;
background-repeat: no-repeat;