From: Mark Otto Date: Sat, 18 Apr 2015 03:00:38 +0000 (-0700) Subject: delete the .page-header and its docs X-Git-Tag: v4.0.0-alpha~286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf085b1a02238611d4962717a02f71def0fa8ba0;p=thirdparty%2Fbootstrap.git delete the .page-header and its docs --- diff --git a/docs/components/page-header.md b/docs/components/page-header.md deleted file mode 100644 index a93a7b5d06..0000000000 --- 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 %} - -{% endexample %} diff --git a/scss/_type.scss b/scss/_type.scss index f2af9be366..6982cccd73 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 // -------------------------