diff --git a/bootstrap.css b/bootstrap.css
index 959eb24214b2f364838f5e579247f4b83449036a..b27045169b10785b479e4667d6083c129cfcf354 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 f71a05e0473450f67d221109438fb540772ea8e4..7d12bcc35f71b107e7563ccedf685f52030464e5 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 fa60204a84ef008a7f456132c511d9eee5db5b4d..8ac9134773e6363e2199f7a297075eb5953f0b01 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 aec08a5a271e07eefccac3dbf8d8923e999d366e..4a49bb8b44437df5a83003453714bcfa45d699f0 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; }