diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index b365ad0f43..db6df3a198 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/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: Fri Jan 27 13:34:19 PST 2012
+ * Date: Fri Jan 27 13:37:10 PST 2012
*/
article,
aside,
@@ -2461,6 +2461,7 @@ table .span12 {
font-size: 13px;
line-height: 18px;
color: #333333;
+ text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #fafafa;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
diff --git a/docs/download.html b/docs/download.html
index e1eb9a3a8e..37ffb30af6 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -63,10 +63,6 @@
-
- Heads up! This page is still under construction and is missing plenty of documentation. Hang tight!
-
-
@@ -308,7 +304,6 @@
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache
index 2a8e46a8a5..dccc5fbb66 100644
--- a/docs/templates/pages/download.mustache
+++ b/docs/templates/pages/download.mustache
@@ -1,7 +1,3 @@
-
- Heads up! This page is still under construction and is missing plenty of documentation. Hang tight!
-
-
@@ -19,59 +15,59 @@
@@ -79,67 +75,67 @@
@@ -148,20 +144,20 @@
-
Links
+ {{_i}}Links{{/i}}
@linkColor
@linkColorHover
- Colors
+ {{_i}}Colors{{/i}}
@blue
@green
@@ -178,7 +174,7 @@
-
Grid system
+ {{_i}}Grid system{{/i}}
@gridColumns
@gridColumnWidth
@@ -189,7 +185,7 @@
@fluidSidebarWidth
- Typography
+ {{_i}}Typography{{/i}}
@baseFontSize
@baseFontFamily
@@ -198,12 +194,12 @@
-
Forms
+ {{_i}}Forms{{/i}}
@primaryButtonColor
@placeholderText
- Navbar
+ {{_i}}Navbar{{/i}}
@navbarHeight
@navbarBackground
@@ -218,7 +214,7 @@
-
Form states & alerts
+
{{_i}}Form states & alerts{{/i}}
@warningText
@warningBackground
@@ -242,13 +238,12 @@
-
Customize and Download
-
What's included?
-
Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.
+
{{_i}}Customize and Download{{/i}}
+
{{_i}}What's included?{{/i}}
+
{{_i}}Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.{{/i}}
diff --git a/less/buttons.less b/less/buttons.less
index f18cf9d955..08620a3c3d 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -77,6 +77,7 @@
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @grayDark;
+ text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
#gradient > .vertical-three-colors(@white, @white, 25%, darken(@white, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
border: 1px solid #ccc;