mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 07:04:43 +00:00
fixing themes for index pages
This commit is contained in:
parent
2848d93ea5
commit
2ed0abe8d6
5 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div data-role="page">
|
||||
<div data-role="page" data-theme="b">
|
||||
|
||||
<div data-role="header">
|
||||
<h1>Buttons</h1>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div data-role="page">
|
||||
<div data-role="page" data-theme="b">
|
||||
|
||||
<div data-role="header">
|
||||
<h1>Form elements</h1>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div data-role="page">
|
||||
<div data-role="page" data-theme="b">
|
||||
|
||||
<div data-role="header">
|
||||
<h1>Lists</h1>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div data-role="page">
|
||||
<div data-role="page" data-theme="b">
|
||||
|
||||
<div data-role="header">
|
||||
<h1>Toolbars</h1>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<div data-role="content">
|
||||
|
||||
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
||||
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="e">
|
||||
<li data-role="list-divider">Demos & Documentation</li>
|
||||
<li><a href="docs/intro.html">Introduction to jQuery Mobile</a></li>
|
||||
<li><a href="docs/themes.html">Theme system</a></li>
|
||||
|
|
@ -27,14 +27,14 @@
|
|||
<li><a href="docs/events.html">Events</a></li>
|
||||
</ul>
|
||||
|
||||
<ul data-role="listview" data-inset="true" data-theme="d" data-dividertheme="b">
|
||||
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
||||
<li data-role="list-divider">Demos</li>
|
||||
<li><a href="experiments/api-browser">jQuery API browser</a></li>
|
||||
<li><a href="experiments/photos">Photo viewer</a></li>
|
||||
<li><a href="experiments/converter">Converter</a></li>
|
||||
</ul>
|
||||
|
||||
<ul data-role="listview" data-inset="true" data-theme="d" data-dividertheme="b">
|
||||
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
|
||||
<li data-role="list-divider">Experiments</li>
|
||||
<li><a href="experiments/ui-datepicker">Date picker styling</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue