Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 8e2f6fa

Browse files
committed
Fixed a code typo in the theme example
1 parent 72535d1 commit 8e2f6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/content-collapsible.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ <h2>Theming collapsible content</h2>
7070
<p>To provide a stronger visual connection between the collapsible header and content, add the <code>data-content-theme</code> attribute to the wrapper and specify a theme swatch letter. This will apply the swatch's border and <em>flat</em> background color (not the gradient) to the content block and changes the corner rounding to square off the bottom of the header and round the bottom of the content block instead to visually group these elements.</p>
7171

7272
<pre><code>
73-
&lt;div data-role=&quot;collapsible&quot; <strong>data-content-theme=&quot;a&quot;</strong>&gt;
73+
&lt;div data-role=&quot;collapsible&quot; <strong>data-content-theme=&quot;c&quot;</strong>&gt;
7474
&lt;h3&gt;Header swatch A&lt;/h3&gt;
75-
&lt;p&gt;I&#x27;m the collapsible content with a themed content block set to "A".&lt;/p&gt;
75+
&lt;p&gt;I&#x27;m the collapsible content with a themed content block set to "C".&lt;/p&gt;
7676
&lt;/div&gt;
7777
</code></pre>
7878

0 commit comments

Comments
 (0)