diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index a41a61541..ca001c1e6 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 37f1a6511..10725024b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -98,6 +98,7 @@
Bootstrap provides a lightweight, flexible component called a hero unit to showcase content on your site. It works well on marketing and content-heavy sites.
+Wrap your content in a div like so:
+<div class="hero-unit"> + <h1>Heading</h1> + <p>Tagline</p> + <p> + <a class="btn btn-primary btn-large"> + Learn more + </a> + </p> +</div> ++
This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
+ +{{_i}}Bootstrap provides a lightweight, flexible component called a hero unit to showcase content on your site. It works well on marketing and content-heavy sites.{{/i}}
+{{_i}}Wrap your content in a div like so:{{/i}}
+<div class="hero-unit">
+ <h1>{{_i}}Heading{{/i}}</h1>
+ <p>{{_i}}Tagline{{/i}}</p>
+ <p>
+ <a class="btn btn-primary btn-large">
+ {{_i}}Learn more{{/i}}
+ </a>
+ </p>
+</div>
+
+ {{_i}}This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.{{/i}}
+ +