From: Mark Otto Date: Fri, 17 Feb 2012 22:39:30 +0000 (-0800) Subject: fix page header example and docs per #2048 X-Git-Tag: v2.0.2~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1;p=thirdparty%2Fbootstrap.git fix page header example and docs per #2048 --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 4cad194d74..134133986d 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 cf11e69986..8becc684f1 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 1887b6f770..94f9da1465 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>