diff options
Diffstat (limited to 'demos/slider/slider-vertical.html')
-rw-r--r-- | demos/slider/slider-vertical.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/slider/slider-vertical.html b/demos/slider/slider-vertical.html index 1cc7fbcfd..e02736fa3 100644 --- a/demos/slider/slider-vertical.html +++ b/demos/slider/slider-vertical.html @@ -41,7 +41,7 @@ <div class="demo-description"> -<p>Change the orientation of the slider to vertical. Assign a height value via <strong>.height()</strong> or by setting the height through CSS, and set the <strong>orientation</strong> option to "vertical."</p> +<p>Change the orientation of the slider to vertical. Assign a height value via <code>.height()</code> or by setting the height through CSS, and set the <code>orientation</code> option to "vertical."</p> </div><!-- End demo-description --> |