mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-14 17:43:10 +00:00
Merge pull request #2774 from MauriceG/patch-11
Docs: Tiny typo at API / Theming overview / Theme classes
This commit is contained in:
commit
6cf19d6c10
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@
|
|||
<p>Assigning color swatches through the <code> data-theme</code> attribute is one way to leverage the theme system, but it's also possible to apply any of the theme swatches directly to your markup through classes to apply the colors, textures and font formatting of your theme to any markup. This is especially useful when creating your own custom layout elements or UI widgets. Here are a few common theme classes, but many more are available in the theme stylesheet:</p>
|
||||
<dl>
|
||||
<dt><code>ui-bar-(a-z)</code></dt>
|
||||
<dd>Applies the toolbar theme styles for the selected swatch letter. Commonly used in conjunction with <code>ui-bar</code> structural class to add the standard bar padding styles.<>/dd>
|
||||
<dd>Applies the toolbar theme styles for the selected swatch letter. Commonly used in conjunction with <code>ui-bar</code> structural class to add the standard bar padding styles.</dd>
|
||||
<dt><code>ui-body-(a-z)</code></dt>
|
||||
<dd>Applies the content body theme styles for the selected swatch letter. Commonly used in conjunction with <code>ui-body</code> structural class to add the standard content block padding styles. </dd>
|
||||
<dt><code>ui-btn-up-(a-z)</code></dt>
|
||||
|
|
|
|||
Loading…
Reference in a new issue