From 4d1f1f0fc7117b9edae1c1b1c0c2c899ffcd72e3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 20:07:25 -0800 Subject: [PATCH] add typography pattern .page-header to components per #1701 --- docs/assets/bootstrap.zip | Bin 53056 -> 53056 bytes docs/components.html | 25 +++++++++++++++++------ docs/templates/pages/components.mustache | 25 +++++++++++++++++------ 3 files changed, 38 insertions(+), 12 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d9c4b4c604db972974501d426190db142199f90d..402c12594399e5102b1193f149dd3c18e9f70391 100644 GIT binary patch delta 440 zcmX>wkNLnnW}X0VW)?065V*BqB99_lOpk?sLeFG}DWV(@;X4Z^2B@;d!-S=ofC4jY z!2)qT8*g9W018ZA%jpOfiSOC`g)@Sk>Gp!jeu749aX?)$J)7GE*BOF@%$&`@LUBEt zi=40NF#&B1km1kFP1g?%;bdTjTP+QgnLMe;8SEIK{@X>B0wAHVW?Puh%;stVki}wC zR8ZYEId+NxRAlqyDJ+U0MKiaWuq6PU0(9Nwt=B|AMy)=j&lJ-$+2FJ|+?$g>o{^a> zep;L<9waUc(&&HM8;Q63v_Fgo^o;fy2c|fPN+7T2j0=PZGY@FT$1}zdJ7hsNx}FV0 h;%z_cjbXp?IU|_)K)cJ%*&*?+o^xUXMvLTmbpT?Qs-pk^ delta 440 zcmX>wkNLnnW}X0VW)?065OAC~kw=j&tHZ)SyJND$6j2U{u+zMW0jg}-FkxvXpuh}U zus~MF#@iP-fC7`(aymklZ2rO-!OrA3Z?d1D5!kS-j?Ha?>kL6cX3l0Xp(5vNdO)Fx z0W$oVx#{|$A)E}%aI2+3iYFC0!xY~xsuTbTg*Ds4gl0BZ3xF&Zo1%j1w#l(m3}8-~ zJcUIOq-f?=6PVEDt=B|AMy)=j&y>|M+2FJ|+?$g>o{^a>ep;Lf=zW9JvLKEAr@fJQ zyHESWct8`h&p1F#kOi67bH)YLJfPUeGsZ|NT+ap~@wT7!MpX~AP5GP=%zPlP?3^7E N@9H@x5Kr>FIsmH6ojL#j 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>
    +
    +
    +