From 314161cb179be0846ac1190abf2fc442965ea300 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 12 Aug 2015 20:28:46 -0700 Subject: remove hella vars from the jumbotron --- docs/components/jumbotron.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'docs/components') diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index b19564b8c..a9c34102f 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -10,9 +10,13 @@ A lightweight, flexible component that can optionally extend the entire viewport {% example html %}
-

Hello, world!

+

Hello, world!

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

-

Learn more

+
+

It uses utility classes for typography and spacing to space content out within the larger container.

+

+ Learn more +

{% endexample %} @@ -21,19 +25,8 @@ To make the jumbotron full width, and without rounded corners, add the `.jumbotr {% example html %}
-

Fluid jumbotron

+

Fluid jumbotron

This is a modified jumbotron that occupies the entire horizontal space of it's parent.

{% endexample %} - -Jumbotrons also come with an adaptive `hr`—just add `.jumbotron-hr` to the element and the `border-top-color` will be tinted based on the jumbotron background. - -{% example html %} -
-

Jumbotron hr

-

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

-
-

Learn more

-
-{% endexample %} -- cgit v1.2.3