diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index 4cb9ecd4..22a84e20 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -35,14 +35,14 @@
<div data-role="collapsible">
<h3>I'm a header</h3>
- <p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
+ <p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
</div>
I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.
+I'm the collapsible content. By default I'm closed, but you can click the header to open me
I'm the collapsible content. I'm expanded by default because I have the "collapsed" state set to false; you need to expand the header to see me.
+I'm the collapsible content. I'm expanded by default because I have the "collapsed" state set to false.
Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header adopts the default Theme styles of the container it sits within.