From 7fa1578c497b4224f6eb84383fa76d6a3b2dd4f1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Feb 2012 14:39:30 -0800 Subject: fix page header example and docs per #2048 --- docs/components.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/components.html') 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>
 
-- cgit v1.2.3