more updates to the docs markup. getting close!

This commit is contained in:
scottjehl 2011-06-20 18:23:09 -04:00
parent 579f418c2e
commit f3e35d49dd
77 changed files with 144 additions and 96 deletions

View file

@ -1,3 +1,9 @@
/* jqm docs css
Beware: lots of last-minute CSS going on in here
cobblers, shoes,
*/
body { background: #dddddd; }
.ui-mobile #jqm-home { background: #e5e5e5 url(../images/jqm-sitebg.png) top center repeat-x; }
@ -93,8 +99,18 @@ p.intro {
/* docs site layout */
@media all and (min-width: 650px){
.ui-mobile #jqm-homeheader {max-width: 340px;}
.ui-mobile .jqm-themeswitcher {float: right;
.jqm-home {
position: absolute;
left: 10px;
top: 0;
}
.ui-mobile #jqm-homeheader {
max-width: 340px;
}
.ui-mobile .jqm-themeswitcher {
float: right;
}
p.intro {
border-top-color: #75ae18;
@ -110,6 +126,7 @@ p.intro {
}
.type-interior .ui-content {
background-position: 45%;
overflow: hidden;
}
.content-secondary {
text-align: left;
@ -124,6 +141,12 @@ p.intro {
padding: 20px 4% 0 0;
background: none;
}
.type-index .content-secondary {
padding: 0;
}
.type-index .content-secondary .ui-listview {
margin: 0;
}
.ui-mobile #jqm-homeheader {
padding: 0;
@ -145,7 +168,6 @@ p.intro {
.type-interior .content-primary {
padding: 1.5em 6% 3em 0;
margin: 0;
}
/* fix up the collapsibles - expanded on desktop */
.content-secondary .ui-collapsible-heading {
@ -159,7 +181,10 @@ p.intro {
margin: 0;
padding: 0;
}
.type-interior .content-secondary .ui-li-divider {
padding-top: 1em;
padding-bottom: 1em;
}
.type-interior .content-secondary {
margin: 0;
padding: 0;

View file

@ -7,6 +7,10 @@ $('div').live('pagecreate',function(event){
appendEl = $(this).find('.ui-content');
}
if( appendEl.is("[data-position]") ){
return;
}
$('<a href="#themeswitcher" data-'+ $.mobile.ns +'rel="dialog" data-'+ $.mobile.ns +'transition="pop">Switch theme</a>')
.buttonMarkup({
'icon':'gear',
@ -20,7 +24,7 @@ $('div').live('pagecreate',function(event){
$.themeswitcher();
});
}
event.stopPropagation();
});
//collapse page navs after use
@ -31,7 +35,17 @@ $(function(){
});
function setDefaultTransition(){
$.mobile.defaultPageTransition = $( window ).width() >= 650 ? "fade" : "slide";
var winwidth = $( window ).width(),
trans ="slide";
if( winwidth >= 1000 ){
trans = "none";
}
else if( winwidth >= 650 ){
trans = "fade";
}
$.mobile.defaultPageTransition = trans;
}
//set default documentation

View file

@ -38,7 +38,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">
<li data-role="list-divider">Overview</li>

View file

@ -45,7 +45,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">
<li data-role="list-divider">Overview</li>

View file

@ -42,7 +42,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">
<li data-role="list-divider">Overview</li>

View file

@ -82,7 +82,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">
<li data-role="list-divider">Overview</li>

View file

@ -140,7 +140,7 @@ $('#aboutPage').live('pagebeforecreate',function(event){
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -132,7 +132,7 @@ $(document).bind("mobileinit", function(){
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -102,7 +102,7 @@ $.mobile.media("screen and (-webkit-min-device-pixel-ratio: 2)");
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -513,7 +513,7 @@ $.mobile.addResolutionBreakpoints([600,800]);
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -240,7 +240,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -70,7 +70,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -188,7 +188,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -56,7 +56,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -101,7 +101,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -62,7 +62,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -21,18 +21,21 @@
</div><!-- /header -->
<div data-role="content">
<p>Buttons are core widgets in jQuery Mobile, and are used within a wide range of other plugins.</p>
<ul data-role="listview" data-inset="true">
<li><a href="buttons-types.html">Button markup options</a></li>
<li><a href="buttons-icons.html">Button icons</a></li>
<li><a href="buttons-inline.html">Inline buttons</a></li>
<li><a href="buttons-grouped.html">Grouped buttons</a></li>
<li><a href="buttons-themes.html">Theming buttons</a></li>
<!--<li><a href="api-buttons.html">API documentation</a></li>-->
</ul>
</div><!-- /ui-body wrapper -->
</div><!-- /page -->
<p>Buttons are core widgets in jQuery Mobile, and are used within a wide range of other plugins.</p>
</body>
</html>
<ul data-role="listview" data-inset="true">
<li><a href="buttons-types.html">Button markup options</a></li>
<li><a href="buttons-icons.html">Button icons</a></li>
<li><a href="buttons-inline.html">Inline buttons</a></li>
<li><a href="buttons-grouped.html">Grouped buttons</a></li>
<li><a href="buttons-themes.html">Theming buttons</a></li>
</ul>
</div>
</div><!-- /content -->
</div><!-- /page -->
</body>
</html>

View file

@ -141,7 +141,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -143,7 +143,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -115,7 +115,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -93,7 +93,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -13,7 +13,7 @@
</head>
<body>
<div data-role="page" class="type-index">
<div data-role="page" class="type-index">
<div data-role="header" data-theme="f">
<h1>Content formatting</h1>
@ -21,8 +21,11 @@
</div><!-- /header -->
<div data-role="content">
<div class="content-primary">
<p>The content of pages in jQuery Mobile is completely open-ended, but the jQuery Mobile framework provides a number of helpful tools and widgets &mdash; such as collapsible panels and multiple-column grid layouts &mdash; to make it easy to format your content for mobile devices.</p>
</div>
<div class="content-secondary">
<ul data-role="listview" data-inset="true">
<li><a href="content-html.html">Basic HTML styles</a></li>
@ -31,6 +34,7 @@
<li><a href="content-themes.html">Theming content</a></li>
<!--<li><a href="api-content.html">API documentation</a></li>-->
</ul>
</div>
</div><!-- /ui-body wrapper -->
</div><!-- /page -->

View file

@ -121,7 +121,7 @@ myswitch .slider("refresh");
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -211,7 +211,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -209,7 +209,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -117,7 +117,7 @@ $("input[type='checkbox']").attr("checked",true).checkboxradio("refresh");
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -121,7 +121,7 @@ $("input[type='radio']").attr("checked",true).checkboxradio("refresh");
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -42,7 +42,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -43,7 +43,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -55,7 +55,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -59,7 +59,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -437,7 +437,7 @@ myselect.selectmenu("refresh");
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -69,7 +69,7 @@ $("input[type=range]").val(60).slider("refresh");
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -66,7 +66,7 @@ myswitch .slider("refresh");
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -114,7 +114,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -370,7 +370,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -183,7 +183,7 @@ $('input').button('disable');
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -102,7 +102,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -126,7 +126,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -35,7 +35,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -66,7 +66,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -86,7 +86,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -203,7 +203,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -201,7 +201,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -41,7 +41,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -127,7 +127,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -146,7 +146,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -50,7 +50,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -530,7 +530,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -123,7 +123,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -119,7 +119,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -52,7 +52,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -65,7 +65,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -52,7 +52,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -99,7 +99,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -216,7 +216,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -87,7 +87,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -18,6 +18,7 @@
<div data-role="header" data-theme="f">
<h1>Basic list</h1>
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
</div><!-- /header -->
<div data-role="content">
@ -52,7 +53,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -17,6 +17,7 @@
<div data-role="header" data-theme="f">
<h1>Pages API</h1>
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
</div><!-- /header -->
<div data-role="content" data-theme="c">

View file

@ -74,7 +74,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -48,7 +48,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -79,7 +79,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -101,7 +101,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -165,7 +165,7 @@
&lt;/body&gt;
</code></pre>
<a href="multipage-template.html" data-inline="true" data-theme="b" data-role="button" rel="external">View multi-page template</a>
<a href="../../docs/pages/multipage-template.html" data-inline="true" data-theme="b" data-role="button" rel="external">View multi-page template</a>
<p> </p>
@ -198,7 +198,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -55,7 +55,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -51,7 +51,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -191,7 +191,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -119,7 +119,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">
@ -139,7 +139,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="a">
<div data-role="footer" class="footer-docs" data-theme="a" data-position="fixed">
<h1>Fixed Footer</h1>
</div>

View file

@ -37,7 +37,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -146,7 +146,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -52,7 +52,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -123,7 +123,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -140,7 +140,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -213,7 +213,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -78,7 +78,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -102,7 +102,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">

View file

@ -87,7 +87,7 @@
<div data-role="collapsible" data-collapsed="true" data-theme="b">
<h3>Demos &amp; Docs Sections</h3>
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">