Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 7b36f99

Browse files
committed
Docs: Change fixed footer to page-end causing a gap if content is themed (content-themes.html)
1 parent 0055e16 commit 7b36f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/content-themes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Theming content</h1>
2525
<div data-role="content">
2626
<div class="content-primary">
2727
<h2>Theming the content area</h2>
28-
<p>The main content area of a page (container with the <code> data-role="content"</code> attribute) should be themed by adding the <code> data-theme</code> attribute to the <code> data-role="page"</code> container to ensure that the background colors are applied to the full page, regardless of the content length. (If you add the <code> data-theme</code> attribute to the content container, the background color will stop after the content. So there may be a gap in color between the content and fixed footer.)</p>
28+
<p>The main content area of a page (container with the <code> data-role="content"</code> attribute) should be themed by adding the <code> data-theme</code> attribute to the <code> data-role="page"</code> container to ensure that the background colors are applied to the full page, regardless of the content length. (If you add the <code> data-theme</code> attribute to the content container, the background color will stop after the content. So there may be a gap in color between the content and the end of the page.)</p>
2929
<p>Additionally, the content area of a collapsible can be themed to match the theme of the collapsible header using the <code>data-content-theme</code> attribute.</p>
3030

3131
<code>

0 commit comments

Comments
 (0)