mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 20:34:42 +00:00
Added some notes to the toolbar theming page
Linked to grid layouts in footer content, highlighted code examples.
This commit is contained in:
parent
6ae3008df6
commit
540c88008e
1 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<div class="highlight">
|
||||
<pre>
|
||||
<span class="nt"><div</span> <span class="na"> data-role=</span><span class="s">"header"</span> <span class="na"> data-theme=</span><span class="s">"b"</span><span class="nt">></span>
|
||||
<span class="nt"><div</span> <span class="na">data-role=</span><span class="s">"header"</span> <strong><span class="na">data-theme=</span><span class="s">"b"</span></strong><span class="nt">></span>
|
||||
<span class="nt"><h1></span>Page Title<span class="nt"></h1></span>
|
||||
<span class="nt"></div></span>
|
||||
</pre>
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
<div class="highlight">
|
||||
<pre>
|
||||
<span class="nt"><a</span> <span class="na">href=</span><span class="s">"add-user.php"</span> <span class="na"> data-theme=</span><span class="s">"b"</span><span class="nt">></span>Save<span class="nt"></a></span>
|
||||
<span class="nt"><a</span> <span class="na">href=</span><span class="s">"add-user.php"</span> <strong><span class="na">data-theme=</span><span class="s">"b"</span></strong><span class="nt">></span>Save<span class="nt"></a></span>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
|
@ -100,8 +100,8 @@
|
|||
</div>
|
||||
|
||||
<h3>Footers</h3>
|
||||
<p>These are examples of a footer with link buttons inside.</p>
|
||||
|
||||
<p>These are examples of a footer with link buttons inside. Note that footers do not have the same prescriptive markup contentions as headers with button slots so use layout <a href="../content/content-grids.html">grids</a> or custom styles to achieve the design you want.</p>
|
||||
|
||||
|
||||
|
||||
<div data-role="footer" data-theme="a">
|
||||
|
|
|
|||
Loading…
Reference in a new issue