aboutsummaryrefslogtreecommitdiff
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
parentb0b17b3c566318eecc75325ee8d470940b643c1f (diff)
downloadbootstrap-bf085b1a02238611d4962717a02f71def0fa8ba0.tar.xz
bootstrap-bf085b1a02238611d4962717a02f71def0fa8ba0.zip
delete the .page-header and its docs
-rw-r--r--docs/components/page-header.md14
-rw-r--r--scss/_type.scss10
2 files changed, 0 insertions, 24 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 %}
diff --git a/scss/_type.scss b/scss/_type.scss
index f2af9be36..6982cccd7 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -91,16 +91,6 @@ mark,
}
-// Page header
-// -------------------------
-
-// .page-header {
-// padding-bottom: (($line-height-computed / 2) - 1);
-// margin: ($line-height-computed * 2) 0 @line-height-computed;
-// border-bottom: 1px solid @page-header-border-color;
-// }
-
-
// Lists
// -------------------------