From 7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Feb 2012 14:39:30 -0800 Subject: [PATCH] fix page header example and docs per #2048 --- docs/assets/bootstrap.zip | Bin 53357 -> 53357 bytes docs/components.html | 5 ++++- docs/templates/pages/components.mustache | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 4cad194d74a68d6736686a16f9d7867cfde64964..134133986dbd86d32055b6c844e6045c5bf5c130 100644 GIT binary patch delta 503 zcmaF6fcfnLX5IjAW)?065O`J+IFVODMc}%fzX%YQR&X;gvV3J^U|Yq}WeGlSd`C@qkgo30-k!pXo4bri@lpw#4L#ZK%XA&?>Oiz@`cf>|v# zaKW`LRRUm>wWcbA-2n6v)TNUPr|N@+gn^ouPvuu+egQOb=Qd+@kgtL6-TZmmV-c{4 zH&5$NuTEWf0$nuqufq_K?B#WXhP=y_; zZeooTGf3x58?XpabmN^r93Y{|w>cePVw;t?s@TDT^92pzg4YFwjlhC$olW6_nl48A zU=stS1u}Ef^+Q8A8JJNmo4l;p39kNqafJZbkgOKC6E?4Hse%Y}u?c95@u7H$5#?Xd{h#G9w}KsHZ0Cj;inpOc>Kaz-2?BsTfM z88)zR?HMn0p_ga;(1jw;+M^5YI_nG(f*EgwuA=x{0J_lAb5PqLngY)oqN`YP-WFL1 R-RJ-S diff --git a/docs/components.html b/docs/components.html index cf11e6998..8becc684f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1188,8 +1188,11 @@

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">
+<div class="page-header">
   <h1>Example page header</h1>
 </div>
 
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 1887b6f77..94f9da146 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1112,8 +1112,11 @@

{{_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">
+<div class="page-header">
   <h1>{{_i}}Example page header{{/i}}</h1>
 </div>