From 4d1f1f0fc7117b9edae1c1b1c0c2c899ffcd72e3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 20:07:25 -0800 Subject: add typography pattern .page-header to components per #1701 --- docs/components.html | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index ac87f74b5..d0b5de632 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>
    +
    +
    +
    -- cgit v1.2.3