aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-17 20:00:38 -0700
committerMark Otto <[email protected]>2015-04-17 20:00:38 -0700
commitbf085b1a02238611d4962717a02f71def0fa8ba0 (patch)
tree0418ed1a3bc7badbfdafd27c175ac8c7c2ef5941 /docs
parentb0b17b3c566318eecc75325ee8d470940b643c1f (diff)
downloadbootstrap-bf085b1a02238611d4962717a02f71def0fa8ba0.tar.xz
bootstrap-bf085b1a02238611d4962717a02f71def0fa8ba0.zip
delete the .page-header and its docs
Diffstat (limited to 'docs')
-rw-r--r--docs/components/page-header.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/components/page-header.md b/docs/components/page-header.md
deleted file mode 100644
index a93a7b5d0..000000000
--- a/docs/components/page-header.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: page
-title: 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).
-
-## Example
-
-{% example html %}
-<div class="page-header">
- <h1>Example page header <small>Subtext for header</small></h1>
-</div>
-{% endexample %}