]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
delete the .page-header and its docs
authorMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 03:00:38 +0000 (20:00 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 03:00:38 +0000 (20:00 -0700)
docs/components/page-header.md [deleted file]
scss/_type.scss

diff --git a/docs/components/page-header.md b/docs/components/page-header.md
deleted file mode 100644 (file)
index a93a7b5..0000000
+++ /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 %}
index f2af9be36603bb171e4e6a5d86690526462a84e7..6982cccd73ae3a8565054a8221cd212f36694088 100644 (file)
@@ -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
 // -------------------------