mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-17 12:51:00 +00:00
page doc edits
This commit is contained in:
parent
fc6de5823d
commit
6b03498937
3 changed files with 11 additions and 11 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<div data-role="page" data-theme="b">
|
||||
|
||||
<div data-role="header" data-theme="b">
|
||||
<a href="../index.html" data-icon="arrow-l">Home</a>
|
||||
<h1>Lists</h1>
|
||||
</div><!-- /header -->
|
||||
|
||||
|
|
|
|||
|
|
@ -2,10 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Page Title</title>
|
||||
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.css" />
|
||||
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
|
||||
<script src="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.js"></script>
|
||||
</head>
|
||||
<link rel="stylesheet" href="../../themes/default" />
|
||||
<script type="text/javascript" src="../../js/all"></script>
|
||||
<script type="text/javascript" src="../docs/docs.js"></script></head>
|
||||
<body>
|
||||
|
||||
<!-- Start of first page -->
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
<p>The default Theme mixes styles from multiple swatches to create visual texture and present the various elements in optimal contrast to one another:</p>
|
||||
|
||||
<div data-role="header" data-position="inline">
|
||||
<h1>Default Theme Bar</h1>
|
||||
<div data-role="header">
|
||||
<h1>Default Theme</h1>
|
||||
</div>
|
||||
<div class="ui-bar ui-bar-c">
|
||||
<div data-role="controlgroup" data-type="horizontal" >
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
<p>And each of the five "swatches" applies its style consistently across all page elements, as shown below:</p>
|
||||
|
||||
<h2>Swatch A</h2>
|
||||
<div data-role="header" data-position="inline" data-theme="a">
|
||||
<div data-role="header" data-position="inline">
|
||||
<h1>Header A</h1>
|
||||
</div>
|
||||
<div class="ui-body ui-body-a">
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
|
||||
<h2>Swatch B</h2>
|
||||
<div data-role="header" data-position="inline" data-theme="b">
|
||||
<div data-role="header" data-theme="b">
|
||||
<h1>Header B</h1>
|
||||
</div>
|
||||
<div class="ui-body ui-body-b">
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
</div>
|
||||
|
||||
<h2>Swatch C</h2>
|
||||
<div data-role="header" data-position="inline" data-theme="c">
|
||||
<div data-role="header" data-theme="c">
|
||||
<h1>Header C</h1>
|
||||
</div>
|
||||
<div class="ui-body ui-body-c">
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
</div>
|
||||
|
||||
<h2>Swatch D</h2>
|
||||
<div data-role="header" data-position="inline" data-theme="d">
|
||||
<div data-role="header" data-theme="d">
|
||||
<h1>Header D</h1>
|
||||
</div>
|
||||
<div class="ui-body ui-body-d">
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
</div>
|
||||
|
||||
<h2>Swatch E</h2>
|
||||
<div data-role="header" data-position="inline" data-theme="e">
|
||||
<div data-role="header" data-theme="e">
|
||||
<h1>Header E</h1>
|
||||
</div>
|
||||
<div class="ui-body ui-body-e">
|
||||
|
|
|
|||
Loading…
Reference in a new issue