Skip to content

Commit 2d9e76d

Browse files
committed
Added an intro blurb and more margin to separate the list headers.
1 parent c240544 commit 2d9e76d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/lists/lists-readonly.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<body>
1515

1616
<div data-role="page" class="type-interior">
17+
18+
<style>
19+
h2 { margin:50px 0 30px 0; }
20+
</style>
1721

1822
<div data-role="header" data-theme="f">
1923
<h1>Inset Readonly Lists</h1>
@@ -22,8 +26,10 @@ <h1>Inset Readonly Lists</h1>
2226

2327
<div data-role="content">
2428
<div class="content-primary">
29+
<p>Here is a variety of full-width lists that are read-only. If a list has the <code>data-role="listview"</code> attribute, but the contents aren't linked, it will display as read-only. These look like normal lists, but don't have a right arrow.</ap>
30+
2531
<h2>Simple list</h2>
26-
32+
2733
<ul data-role="listview">
2834
<li>Acura</li>
2935
<li>Audi</li>

0 commit comments

Comments
 (0)