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.min.css | |
| parent | d8041f7c8f5f6fcb7777383429464f39879ba916 (diff) | |
| download | bootstrap-b01de5fc56ab031df8a08be9ce720c68ced7a5c1.tar.xz bootstrap-b01de5fc56ab031df8a08be9ce720c68ced7a5c1.zip | |
updated icons to require a base class .icon
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index 57d76d945..9be1c65d4 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -208,7 +208,7 @@ table .headerSortUp,table .headerSortDown{background-color:#f7f7f9;text-shadow:0 table .header:hover:after{visibility:visible;} table .headerSortDown:after,table .headerSortDown:hover:after{visibility:visible;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;} table .headerSortUp:after{border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000000;visibility:visible;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;} -i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);background-position:0 0;background-repeat:no-repeat;display:inline-block;vertical-align:text-top;width:14px;height:14px;} +.icon{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);background-position:0 0;background-repeat:no-repeat;display:inline-block;vertical-align:text-top;width:14px;height:14px;} .glass{background-position:0 0;} .music{background-position:-24px 0;} .search{background-position:-48px 0;} |
