From d713f8341c26b1705a94fd890a92695d271dfb5b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 20:33:52 -0700 Subject: Update jumbotron * Defaults to no rounded corners and full width in the viewport * When in a container, the jumbotron has extra padding and will have rounded corners * Updates default jumbotron example to show the full width default display Fixes #9759. --- components.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'components.html') diff --git a/components.html b/components.html index eb6a31938..147f05984 100644 --- a/components.html +++ b/components.html @@ -1768,19 +1768,23 @@ body { padding-bottom: 70px; } -

A lightweight, flexible component to showcase key content on your site. It works well on marketing and content-heavy sites.

+

A lightweight, flexible component that can optional extend the entire viewport to showcase key content on your site. To make the jumbotron full width, don't include it within a .container. Placing it within a container will keep it at the width of the rest of your content and provide rounded corners.

-

Hello, world!

-

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

-

Learn more

+
+

Hello, world!

+

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

+

Learn more

+
{% highlight html %}
-

Hello, world!

-

...

-

Learn more

+
+

Hello, world!

+

...

+

Learn more

+
{% endhighlight %} -- cgit v1.2.3