Skip to content

Commit 33dffa2

Browse files
committed
updated wording for custom header configuration to reflect *any* container, not just div
1 parent 61cd57e commit 33dffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toolbars/docs-headers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h3>Default back button style</h3>
129129
If you're doing this programmatically, set this option inside the mobileinit event handler.</p>
130130

131131
<h2>Custom header configurations</h2>
132-
<p>If you need to to create a header that doesn't follow the default configuration, simply wrap your custom styled markup in a container <code>div</code> inside the header container and the plugin won't apply the automatic button logic so you can write custom styles for laying out the content in your header.</p>
132+
<p>If you need to to create a header that doesn't follow the default configuration, simply wrap your custom styled markup in any container, such as <code>div</code>. The plugin won't apply the automatic button logic to the wrapped content inside the header container so you can write custom styles for laying out the content in your header.</p>
133133

134134
<p>It's also possible to create custom bars without using the header data-role at all. For example, start with any container and add the <code>ui-bar</code> class to apply standard bar padding and add the <code>ui-bar-b</code> class to assign the bar swatch styles from your theme (the "b" can be any swatch letter).</p>
135135

0 commit comments

Comments
 (0)