share -> share-alt

This commit is contained in:
Jacob Thornton 2012-01-22 20:02:56 -08:00
parent a6eb972bf3
commit 155b72e873
4 changed files with 5 additions and 5 deletions

4
bootstrap.css vendored
View File

@ -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: Thu 19 Jan 2012 22:27:04 GMT
* Date: Sun Jan 22 20:02:42 PST 2012
*/
html, body {
margin: 0;
@ -1391,7 +1391,7 @@ i {
.arrow-down {
background-position: -312px -96px;
}
.share {
.share-alt {
background-position: -336px -96px;
}
.resize-full {

2
bootstrap.min.css vendored
View File

@ -291,7 +291,7 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
.arrow-right{background-position:-264px -96px;}
.arrow-up{background-position:-288px -96px;}
.arrow-down{background-position:-312px -96px;}
.share{background-position:-336px -96px;}
.share-alt{background-position:-336px -96px;}
.resize-full{background-position:-360px -96px;}
.resize-small{background-position:-384px -96px;}
.plus{background-position:-408px -96px;}

View File

@ -1458,7 +1458,7 @@
<i class="arrow-right"></i>
<i class="arrow-up"></i>
<i class="arrow-down"></i>
<i class="share"></i>
<i class="share-alt"></i>
<i class="resize-full"></i>
<i class="resize-small"></i>
<i class="plus"></i>

View File

@ -109,7 +109,7 @@ i {
.arrow-right { background-position: -264px -96px; }
.arrow-up { background-position: -288px -96px; }
.arrow-down { background-position: -312px -96px; }
.share { background-position: -336px -96px; }
.share-alt { background-position: -336px -96px; }
.resize-full { background-position: -360px -96px; }
.resize-small { background-position: -384px -96px; }
.plus { background-position: -408px -96px; }