From: Mark Otto Date: Mon, 1 Apr 2013 19:55:48 +0000 (-0700) Subject: only negative indent nested grid rows; add new grid example X-Git-Tag: v3.0.0~81^2~11^2~1^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d64950a9626023e21e03811e580efa7800c66f;p=thirdparty%2Fbootstrap.git only negative indent nested grid rows; add new grid example --- diff --git a/grid.html b/grid.html new file mode 100644 index 0000000000..f2028b8bfe --- /dev/null +++ b/grid.html @@ -0,0 +1,56 @@ +--- +layout: example +title: Grid template +--- + + + + + +
+ +

Bootstrap grids

+

Basic grid layouts to get you familiar with building within the Bootstrap grid system.

+ +

Three equal columns

+
+
.col-span-4
+
.col-span-4
+
.col-span-4
+
+ +

Three unequal columns

+
+
.col-span-3
+
.col-span-6
+
.col-span-3
+
+ +

Two columns

+
+
.col-span-8
+
.col-span-4
+
+ +

Full width, single column

+

No grid classes are necessary for full-width elements.

+ +