Skip to content

Commit cb0ee3d

Browse files
Demos: copy editing of panel styling demo.
1 parent 1f8302d commit cb0ee3d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/examples/panels/panel-styling.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
box-shadow: -5px 0px 5px rgba(0,0,0,.15);
7272
}
7373

74-
/* Use the ui-body class of your page theme to set a background image.
75-
The page theme will be set for the content wrapper,
76-
while the page get the panel them before opening the panel. */
74+
/* Use the ui-body class of your page theme (ui-body-d in this demo) to set a background image.
75+
This class will be added to the content wrapper, while the page itself gets the same background
76+
as the panel before opening the panel. */
7777
#demo-page .ui-body-d {
7878
background-image: url(../../_assets/img/bg-pattern.png);
7979
background-repeat: repeat-x;
@@ -148,6 +148,8 @@
148148
<li>Set a background image for a page that contains a panel.</li>
149149
<li>Give the page a responsive layout with CSS columns.</li>
150150
</ul>
151+
152+
<p>Click the "view source" button to see the CSS and markup of this demo and open the demo to see the result.</p>
151153

152154
<a href="#demo-page" class="jqm-button" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right">Open demo</a>
153155

0 commit comments

Comments
 (0)