aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-22 20:02:56 -0800
committerJacob Thornton <[email protected]>2012-01-22 20:02:56 -0800
commit155b72e8730e9b8badb5fa80c8d7f8990f10cc82 (patch)
treecbb6bd85d7759d9200cdd4c34d77e09eeb10e884
parenta6eb972bf3f1a0ea172a44a25565df18da615f33 (diff)
downloadbootstrap-155b72e8730e9b8badb5fa80c8d7f8990f10cc82.tar.xz
bootstrap-155b72e8730e9b8badb5fa80c8d7f8990f10cc82.zip
share -> share-alt
-rw-r--r--bootstrap.css4
-rw-r--r--bootstrap.min.css2
-rw-r--r--docs/base-css.html2
-rw-r--r--lib/sprites.less2
4 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 959eb2421..b27045169 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: 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 {
diff --git a/bootstrap.min.css b/bootstrap.min.css
index f71a05e04..7d12bcc35 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -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;}
diff --git a/docs/base-css.html b/docs/base-css.html
index fa60204a8..8ac913477 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -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>
diff --git a/lib/sprites.less b/lib/sprites.less
index aec08a5a2..4a49bb8b4 100644
--- a/lib/sprites.less
+++ b/lib/sprites.less
@@ -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; }