File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 71
71
box-shadow: -5px 0px 5px rgba(0,0,0,.15);
72
72
}
73
73
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. */
77
77
#demo-page .ui-body-d {
78
78
background-image: url(../../_assets/img/bg-pattern.png);
79
79
background-repeat: repeat-x;
148
148
<li>Set a background image for a page that contains a panel.</li>
149
149
<li>Give the page a responsive layout with CSS columns.</li>
150
150
</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>
151
153
152
154
<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>
153
155
You can’t perform that action at this time.
0 commit comments