diff --git a/docs/index.html b/docs/index.html index 4d722d8679..79f8f3012b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -263,7 +263,10 @@
Nest your content if you must by creating a .row
within an existing column.
Nest your content if you must by creating a .row
within an existing column.
Built into Bootstrap are a handful of variables for customizing the default 940px grid system. With a bit of customization, you can modify the size of columns, their gutters, and the container they reside in.
+The variables needed to modify the grid system currently all reside in preboot.less
.
Variable | +Default value | +Description | +
---|---|---|
@gridColumns |
+ 16 | +The number of columns within the grid | +
@gridColumnWidth |
+ 40px | +The width of each column within the grid | +
@gridGutterWidth |
+ 20px | +The negative space between each column | +
@siteWidth |
+ Computed sum of all columns and gutters | +We use some basic match to count the number of columns and gutters and set the width of the .fixed-container() mixin. |
+