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 @@
  • Labels
  • -
  • Hero
  • +
  • Typography
  • Thumbnails
  • Alerts
  • Progress bars
  • @@ -1142,15 +1142,15 @@ - -
    +
    +

    Hero unit

    -

    About

    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.

    Markup

    Wrap your content in a div like so:

    @@ -1173,7 +1173,20 @@

    Learn more

    - + +

    Page header

    +
    +
    +

    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>
    +
    +
    +
    diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index ec7ba2636e..0b55e60f04 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -22,7 +22,7 @@
  • {{_i}}Labels{{/i}}
  • -
  • {{_i}}Hero{{/i}}
  • +
  • {{_i}}Typography{{/i}}
  • {{_i}}Thumbnails{{/i}}
  • {{_i}}Alerts{{/i}}
  • {{_i}}Progress bars{{/i}}
  • @@ -1066,15 +1066,15 @@ - -
    +
    +

    {{_i}}Hero unit{{/i}}

    -

    {{_i}}About{{/i}}

    {{_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}}Markup{{/i}}

    {{_i}}Wrap your content in a div like so:{{/i}}

    @@ -1097,7 +1097,20 @@

    {{_i}}Learn more{{/i}}

    - + +

    {{_i}}Page header{{/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>
    +
    +
    +