diff --git a/bootstrap.css b/bootstrap.css
index d7594416b3..0cc74c8e21 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: Tue Jan 24 16:50:16 PST 2012
+ * Date: Tue Jan 24 17:04:46 PST 2012
*/
article,
aside,
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index d78cea2b19..956eff246d 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -417,6 +417,8 @@ pre.prettyprint {
/* Make tables spaced out a bit more */
h2 + table,
+h3 + table,
+h4 + table,
h2 + .row {
margin-top: 5px;
}
diff --git a/docs/less.html b/docs/less.html
index dfa0739a79..c9e4473827 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -58,6 +58,10 @@
+
+ Heads up! This page is still under construction and is missing plenty of documentation. Hang tight!
+
+
Components
-
-
-
- Buttons |
-
-
-
-
- @primaryButtonColor |
- @blue |
-
-
-
-
-
- Buttons |
-
-
-
-
- @placeholderText |
- @grayLight |
-
-
-
-
-
- Navbars |
-
-
-
-
- @navbarHeight |
- 40px |
-
-
- @navbarBackground |
- @grayDarker |
-
-
- @navbarBackgroundHighlight |
- @grayDark |
-
-
-
+
+
+
Buttons
+
+
+
+ @primaryButtonColor |
+ @blue |
+
+
+
+
Forms
+
+
+
+ @placeholderText |
+ @grayLight |
+
+
+
+
Navbar
+
+
+
+ @navbarHeight |
+ 40px |
+
+
+ @navbarBackground |
+ @grayDarker |
+
+
+ @navbarBackgroundHighlight |
+ @grayDark |
+
+
+
+
+
+
Form states and alerts
+
+
+
+ @warningText |
+ #f3edd2 |
+
+
+ @warningBackground |
+ #c09853 |
+
+
+ @warningBorder |
+ #f3edd2 |
+
+
+ @errorText |
+ #b94a48 |
+
+
+ @errorBackground |
+ #f2dede |
+
+
+ @errorBorder |
+ #e9c7c7 |
+
+
+ @successText |
+ #468847 |
+
+
+ @successBackground |
+ #dff0d8 |
+
+
+ @successBorder |
+ #cfe8c4 |
+
+
+ @infoText |
+ #3a87ad |
+
+
+ @infoBackground |
+ #d9edf7 |
+
+
+ @infoBorder |
+ #bfe1f2 |
+
+
+
+
+
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index 141000c7ce..580fac2f69 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -1,3 +1,7 @@
+
+ Heads up! This page is still under construction and is missing plenty of documentation. Hang tight!
+
+
@@ -225,63 +229,100 @@
{{_i}}Components{{/i}}
-
-
-
- {{_i}}Buttons{{/i}} |
-
-
-
-
- @primaryButtonColor |
- @blue |
-
-
-
-
-
- {{_i}}Buttons{{/i}} |
-
-
-
-
- @placeholderText |
- @grayLight |
-
-
-
-
-
- {{_i}}Navbars{{/i}} |
-
-
-
-
- @navbarHeight |
- 40px |
-
-
- @navbarBackground |
- @grayDarker |
-
-
- @navbarBackgroundHighlight |
- @grayDark |
-
-
-
-
-
- {{_i}}Buttons{{/i}} |
-
-
-
-
- @placeholderText |
- @grayLight |
-
-
-
+
+
+
Buttons
+
+
+
+ @primaryButtonColor |
+ @blue |
+
+
+
+
Forms
+
+
+
+ @placeholderText |
+ @grayLight |
+
+
+
+
Navbar
+
+
+
+ @navbarHeight |
+ 40px |
+
+
+ @navbarBackground |
+ @grayDarker |
+
+
+ @navbarBackgroundHighlight |
+ @grayDark |
+
+
+
+
+
+
Form states and alerts
+
+
+
+ @warningText |
+ #f3edd2 |
+
+
+ @warningBackground |
+ #c09853 |
+
+
+ @warningBorder |
+ #f3edd2 |
+
+
+ @errorText |
+ #b94a48 |
+
+
+ @errorBackground |
+ #f2dede |
+
+
+ @errorBorder |
+ #e9c7c7 |
+
+
+ @successText |
+ #468847 |
+
+
+ @successBackground |
+ #dff0d8 |
+
+
+ @successBorder |
+ #cfe8c4 |
+
+
+ @infoText |
+ #3a87ad |
+
+
+ @infoBackground |
+ #d9edf7 |
+
+
+ @infoBorder |
+ #bfe1f2 |
+
+
+
+
+