diff options
| author | Mark Otto <[email protected]> | 2015-08-09 23:38:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-09 23:38:16 -0700 |
| commit | eaeee93fa34092ee7c107d75edffd6c8274c15fb (patch) | |
| tree | dd3c7e7a09c4879ebf26a1621e1351414d3de6c9 /docs/_includes | |
| parent | 317c667d1c0d1d0984d863d9d4baad9e1a25b1c6 (diff) | |
| download | bootstrap-eaeee93fa34092ee7c107d75edffd6c8274c15fb.tar.xz bootstrap-eaeee93fa34092ee7c107d75edffd6c8274c15fb.zip | |
docs rearrange
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/page-headers.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html index bbb43d933..e2842042c 100644 --- a/docs/_includes/page-headers.html +++ b/docs/_includes/page-headers.html @@ -8,6 +8,11 @@ <p class="lead"> Options for structuring your pages with Bootstrap, including global styles, required scaffolding, grid system, and more. </p> +{% elsif page.group == "content" %} + <h1>Content</h1> + <p class="lead"> + Styles for displaying content with some of the most commonly used HTML elements, including normalization, typography, images, tables, and more. + </p> {% elsif page.group == "components" %} <h1>Components</h1> <p class="lead"> |
