From: Mark Otto Date: Sat, 10 Sep 2011 04:50:41 +0000 (-0700) Subject: adding docs for customizing the grid X-Git-Tag: v1.3.0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b43bc9bb9266fa8e8d830b82ede20fb3a939acd;p=thirdparty%2Fbootstrap.git adding docs for customizing the grid --- diff --git a/docs/index.html b/docs/index.html index f6c6d65b8e..d88e812d17 100644 --- a/docs/index.html +++ b/docs/index.html @@ -352,7 +352,13 @@ -

Modifying the grid means changing these values and recompiling.

+

Now to customize

+

Modifying the grid means changing the three @grid-* variables and recompiling the Less files.

+

Bootstrap comes equipped to handle a grid system with up to 24 columns; the default is just 16. Here's how your grid variables would look customized to a 24-column grid.

+
@gridColumns:       24;
+@gridColumnWidth:   20px;
+@gridGutterWidth:   20px;
+

Once recompiled, you'll be set!