From 0479394e0a32e20a809df1bd20f982dd36ba6400 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:13:26 -0700 Subject: move page-header --- docs/_includes/components/page-header.html | 15 --------------- docs/components/page-header.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 docs/_includes/components/page-header.html create mode 100644 docs/components/page-header.md (limited to 'docs') diff --git a/docs/_includes/components/page-header.html b/docs/_includes/components/page-header.html deleted file mode 100644 index 2f5aed2bd..000000000 --- a/docs/_includes/components/page-header.html +++ /dev/null @@ -1,15 +0,0 @@ -
-

Page header

- -

A simple shell for an h1 to appropriately space out and segment sections of content on a page. It can utilize the h1's default small element, as well as most other components (with additional styles).

-
- -
-{% highlight html %} - -{% endhighlight %} -
diff --git a/docs/components/page-header.md b/docs/components/page-header.md new file mode 100644 index 000000000..2f5aed2bd --- /dev/null +++ b/docs/components/page-header.md @@ -0,0 +1,15 @@ +
+

Page header

+ +

A simple shell for an h1 to appropriately space out and segment sections of content on a page. It can utilize the h1's default small element, as well as most other components (with additional styles).

+
+ +
+{% highlight html %} + +{% endhighlight %} +
-- cgit v1.2.3