diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index a7301575b6..9c97bed289 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/less.html b/docs/less.html
index 29d6d753c1..4c06fe5db5 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -552,22 +552,17 @@
.container-fixed() |
none |
- Provide a fixed-width (set with @siteWidth ) container for holding your content |
+ Create a horizontally centered container for holding your content |
- .columns() |
- @columns: 1 |
- Build a grid column that spans any number of columns (defaults to 1 column) |
+ #grid > .core() |
+ @gridColumnWidth, @gridGutterWidth |
+ Generate a pixel grid system (container, row, and columns) with n columns and x pixel wide gutter |
- .offset() |
- @columns: 1 |
- Offset a grid column with left margin that spans any number of columns |
-
-
- .gridColumn() |
- none |
- Make an element float like a grid column |
+ #grid > .fluid() |
+ @fluidGridColumnWidth, @fluidGridGutterWidth |
+ Generate a precent grid system with n columns and x % wide gutter |
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index 1ffb92b2ed..23a4486a15 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -476,22 +476,17 @@
.container-fixed() |
none |
- {{_i}}Provide a fixed-width (set with @siteWidth ) container for holding your content{{/i}} |
+ {{_i}}Create a horizontally centered container for holding your content{{/i}} |
- .columns() |
- @columns: 1 |
- {{_i}}Build a grid column that spans any number of columns (defaults to 1 column){{/i}} |
+ #grid > .core() |
+ @gridColumnWidth, @gridGutterWidth |
+ {{_i}}Generate a pixel grid system (container, row, and columns) with n columns and x pixel wide gutter{{/i}} |
- .offset() |
- @columns: 1 |
- {{_i}}Offset a grid column with left margin that spans any number of columns{{/i}} |
-
-
- .gridColumn() |
- none |
- {{_i}}Make an element float like a grid column{{/i}} |
+ #grid > .fluid() |
+ @fluidGridColumnWidth, @fluidGridGutterWidth |
+ {{_i}}Generate a precent grid system with n columns and x % wide gutter{{/i}} |