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

Commit

Permalink
fixed a few broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Parker committed Oct 20, 2010
1 parent 73be0bb commit 95d382c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions docs/index.html
Expand Up @@ -14,17 +14,15 @@ <h1>jQuery Mobile Docs</h1>

<div data-role="content">

<ul data-role="listview" data-inset="true">
<li data-role="list-divider">Demos &amp; Documentation</li>
<li><a href="intro.html">Introduction to jQuery Mobile</a></li>
<li><a href="themes.html">Theme system</a></li>
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
<li data-role="list-divider">Components</li>
<li><a href="pages/index.html">Pages &amp; dialogs</a></li>
<li><a href="toolbars/index.html">Header, footer &amp; nav bars</a></li>
<li><a href="content/index.html">Content formatting</a></li>
<li><a href="toolbars/index.html">Toolbars</a></li>
<li><a href="buttons/index.html">Buttons</a></li>
<li><a href="content/index.html">Content formatting</a></li>
<li><a href="forms/index.html">Form elements</a></li>
<li><a href="lists/index.html">List views</a></li>
<li><a href="events.html">Events</a></li>
<!--<li><a href="docs/events.html">Events</a></li>-->
</ul>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/toolbars/docs-headers.html
Expand Up @@ -104,7 +104,7 @@ <h1>Page Title</h1>
</div>

<h2>Custom header configurations</h2>
<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 at all. This is especially useful if you want to embed a widget like <a href="navbar.html">Nav bar</a> into the header bar</p>
<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 at all. </p>


</div><!-- /content -->
Expand Down

0 comments on commit 95d382c

Please sign in to comment.