diff options
| author | Mark Otto <[email protected]> | 2012-01-25 09:51:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 09:51:03 -0800 |
| commit | b01de5fc56ab031df8a08be9ce720c68ced7a5c1 (patch) | |
| tree | 14cfe2f375eb9cb3dccc0cb597dcb5abbf05d32e /bootstrap.css | |
| parent | d8041f7c8f5f6fcb7777383429464f39879ba916 (diff) | |
| download | bootstrap-b01de5fc56ab031df8a08be9ce720c68ced7a5c1.tar.xz bootstrap-b01de5fc56ab031df8a08be9ce720c68ced7a5c1.zip | |
updated icons to require a base class .icon
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index 616e90bb1..ffdf19f2e 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 25 08:34:06 PST 2012 + * Date: Wed Jan 25 09:50:58 PST 2012 */ article, aside, @@ -1088,7 +1088,7 @@ table .headerSortUp:after { -moz-opacity: 0.6; opacity: 0.6; } -i { +.icon { background-image: url(docs/assets/img/glyphicons-halflings-sprite.png); background-position: 0 0; background-repeat: no-repeat; |
