diff --git a/bootstrap.css b/bootstrap.css
index 959eb24214..b27045169b 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 f71a05e047..7d12bcc35f 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 fa60204a84..8ac9134773 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1458,7 +1458,7 @@
-
+
diff --git a/lib/sprites.less b/lib/sprites.less
index aec08a5a27..4a49bb8b44 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; }