diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d9c4b4c604..402c125943 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 ac87f74b53..d0b5de632d 100644 --- a/docs/components.html +++ b/docs/components.html @@ -98,7 +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:
A simple shell for an h1
to appropratiely space out and segment sections of content on a page. It can utilize the h1
's default small
, element as well most other components (with additional styles).
+<div class="page-haeder"> + <h1>Example page header</h1> +</div> ++
{{_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}}
{{_i}}A simple shell for an h1
to appropratiely space out and segment sections of content on a page. It can utilize the h1
's default small
, element as well most other components (with additional styles).{{/i}}
+<div class="page-haeder"> + <h1>{{_i}}Example page header{{/i}}</h1> +</div> ++