From b57396944a39b21571848728b6ad479cd50537cd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 27 Mar 2014 13:57:50 -0700 Subject: Add equal-height grid columns as an experimental example. Based on @pete-otaqui's work from #11851 --- docs/_includes/getting-started/examples.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/_includes/getting-started/examples.html') diff --git a/docs/_includes/getting-started/examples.html b/docs/_includes/getting-started/examples.html index e6aed9bee..bf87a2cec 100644 --- a/docs/_includes/getting-started/examples.html +++ b/docs/_includes/getting-started/examples.html @@ -155,5 +155,12 @@

Offcanvas

Build a toggleable off-canvas navigation menu for use with Bootstrap.

+
+ + + +

Equal-height grid columns

+

Adds automatic equal-height grid columns to Bootstrap's grid system.

+
-- cgit v1.2.3 From d75506fbec6a50d13802a46b6a1e1fe6bd8655e6 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 18 Jun 2014 15:12:15 -0700 Subject: among supported WebKit/Blink browsers, this now only applies to Safari Missed this in 4cbc8d49b10f707029019aaa5eba50e56390a3c5 --- docs/_includes/getting-started/examples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/getting-started/examples.html') diff --git a/docs/_includes/getting-started/examples.html b/docs/_includes/getting-started/examples.html index bf87a2cec..49729f53e 100644 --- a/docs/_includes/getting-started/examples.html +++ b/docs/_includes/getting-started/examples.html @@ -119,7 +119,7 @@

Justified nav

-

Create a custom navbar with justified links. Heads up! Not too WebKit friendly.

+

Create a custom navbar with justified links. Heads up! Not too Safari friendly.

-- cgit v1.2.3 From bd541083f14f8293bc327255c17da4f376443d02 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 19 Jun 2014 02:02:23 -0700 Subject: Nuke equal height columns example; got a few bugs that make it not ready for prime time in v3.2 --- docs/_includes/getting-started/examples.html | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/_includes/getting-started/examples.html') diff --git a/docs/_includes/getting-started/examples.html b/docs/_includes/getting-started/examples.html index 49729f53e..849d044c0 100644 --- a/docs/_includes/getting-started/examples.html +++ b/docs/_includes/getting-started/examples.html @@ -155,12 +155,5 @@

Offcanvas

Build a toggleable off-canvas navigation menu for use with Bootstrap.

-
- - - -

Equal-height grid columns

-

Adds automatic equal-height grid columns to Bootstrap's grid system.

-
-- cgit v1.2.3 From 7339759fd6e11473a633f55f53a0b4ced6a7fa7d Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Mon, 23 Jun 2014 17:51:02 +0200 Subject: Remove broken link to Customizing Bootstrap --- docs/_includes/getting-started/examples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/getting-started/examples.html') diff --git a/docs/_includes/getting-started/examples.html b/docs/_includes/getting-started/examples.html index 849d044c0..b1739f1d7 100644 --- a/docs/_includes/getting-started/examples.html +++ b/docs/_includes/getting-started/examples.html @@ -1,7 +1,7 @@

Examples

-

Build on the basic template above with Bootstrap's many components. See also Customizing Bootstrap for tips on maintaining your own Bootstrap variants.

+

Build on the basic template above with Bootstrap's many components. We encourage you to customize and adapt Bootstrap to suit your individual project's needs.

Using the framework

-- cgit v1.2.3