diff options
| author | Mark Otto <[email protected]> | 2015-01-19 20:03:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 20:03:08 -0800 |
| commit | 33e32bffc8209fa88acec2a8ae9490e2a7595988 (patch) | |
| tree | c74f79b49faf1793d2c33c45861dc9d4a3ad0aed /docs/components | |
| parent | ff1d10affb94f6c44a06d19c701bdd0523e746c4 (diff) | |
| download | bootstrap-33e32bffc8209fa88acec2a8ae9490e2a7595988.tar.xz bootstrap-33e32bffc8209fa88acec2a8ae9490e2a7595988.zip | |
new headers, ad placements, intro paragraphs on several pages, etc
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/button-dropdown.md | 2 | ||||
| -rw-r--r-- | docs/components/jumbotron.md | 2 | ||||
| -rw-r--r-- | docs/components/page-header.md | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md index 1a6c0961f..c1c6afb0d 100644 --- a/docs/components/button-dropdown.md +++ b/docs/components/button-dropdown.md @@ -3,7 +3,7 @@ layout: page title: Button dropdown --- -Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper menu markup. +Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper dropdown menu markup. <div class="bs-callout bs-callout-danger"> <h4>Plugin dependency</h4> diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index db7df7465..2fb83f71f 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -5,6 +5,8 @@ title: Jumbotron A lightweight, flexible component that can optionally extend the entire viewport to showcase key marketing messages on your site. +## Example + {% example html %} <div class="jumbotron"> <h1 class="jumbotron-heading">Hello, world!</h1> diff --git a/docs/components/page-header.md b/docs/components/page-header.md index e322379c5..a93a7b5d0 100644 --- a/docs/components/page-header.md +++ b/docs/components/page-header.md @@ -5,6 +5,8 @@ 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> |
