Skip to content

Commit d9febb2

Browse files
committed
Merge pull request jquery-archive#4526 from MauriceG/patch-118
Docs: Changing all uppercase swatch letters to lowercase at pages-themes.html
2 parents 00b28b6 + 453a3e9 commit d9febb2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/pages/pages-themes.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,56 +56,56 @@ <h3>Default Theme Content Header</h3>
5656

5757
<p>And each of the five "swatches" applies its style consistently across all page elements, as shown below:</p>
5858

59-
<h2>Swatch A</h2>
59+
<h2>Swatch "a"</h2>
6060
<div data-role="header">
6161
<h1>Header A</h1>
6262
</div>
6363

6464

6565
<div class="ui-body ui-body-a">
6666
<h3>Header</h3>
67-
<p>This is content color swatch "A" and a preview of a <a href="#" class="ui-link">link</a>.</p>
67+
<p>This is content color swatch "a" and a preview of a <a href="#" class="ui-link">link</a>.</p>
6868
<a href="#" data-role="button" data-inline="true">Button</a>
6969
</div>
7070

7171

72-
<h2>Swatch B</h2>
72+
<h2>Swatch "b"</h2>
7373
<div data-role="header" data-theme="b">
7474
<h1>Header B</h1>
7575
</div>
7676
<div class="ui-body ui-body-b">
7777
<h3>Header</h3>
78-
<p>This is content color swatch "B" and a preview of a <a href="#" class="ui-link">link</a>.</p>
78+
<p>This is content color swatch "b" and a preview of a <a href="#" class="ui-link">link</a>.</p>
7979
<a href="#" data-role="button" data-inline="true">Button</a>
8080
</div>
8181

82-
<h2>Swatch C</h2>
82+
<h2>Swatch "c"</h2>
8383
<div data-role="header" data-theme="c">
8484
<h1>Header C</h1>
8585
</div>
8686
<div class="ui-body ui-body-c">
8787
<h3>Header</h3>
88-
<p>This is content color swatch "C" and a preview of a <a href="#" class="ui-link">link</a>.</p>
88+
<p>This is content color swatch "c" and a preview of a <a href="#" class="ui-link">link</a>.</p>
8989
<a href="#" data-role="button" data-inline="true">Button</a>
9090
</div>
9191

92-
<h2>Swatch D</h2>
92+
<h2>Swatch "d"</h2>
9393
<div data-role="header" data-theme="d">
9494
<h1>Header D</h1>
9595
</div>
9696
<div class="ui-body ui-body-d">
9797
<h3>Header</h3>
98-
<p>This is content color swatch "D" and a preview of a <a href="#" class="ui-link">link</a>.</p>
98+
<p>This is content color swatch "d" and a preview of a <a href="#" class="ui-link">link</a>.</p>
9999
<a href="#" data-role="button" data-inline="true">Button</a>
100100
</div>
101101

102-
<h2>Swatch E</h2>
102+
<h2>Swatch "e"</h2>
103103
<div data-role="header" data-theme="e">
104104
<h1>Header E</h1>
105105
</div>
106106
<div class="ui-body ui-body-e">
107107
<h3>Header</h3>
108-
<p>This is content color swatch "E" and a preview of a <a href="#" class="ui-link">link</a>.</p>
108+
<p>This is content color swatch "e" and a preview of a <a href="#" class="ui-link">link</a>.</p>
109109
<a href="#" data-role="button" data-inline="true">Button</a>
110110
</div>
111111

0 commit comments

Comments
 (0)