mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
share -> share-alt
This commit is contained in:
parent
a6eb972bf3
commit
155b72e873
4
bootstrap.css
vendored
4
bootstrap.css
vendored
@ -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
2
bootstrap.min.css
vendored
@ -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;}
|
||||
|
@ -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>
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user