aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/constrain-movement.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/constrain-movement.html')
-rw-r--r--demos/draggable/constrain-movement.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/draggable/constrain-movement.html b/demos/draggable/constrain-movement.html
index 997c50af2..fa5eb9842 100644
--- a/demos/draggable/constrain-movement.html
+++ b/demos/draggable/constrain-movement.html
@@ -29,7 +29,7 @@
<body>
<div class="demo">
-<h3>Constrain movement along an axis:</h3>
+<h3 class="docs">Constrain movement along an axis:</h3>
<div id="draggable" class="draggable ui-widget-content">
<p>I can be dragged only vertically</p>
@@ -39,7 +39,7 @@
<p>I can be dragged only horizontally</p>
</div>
-<h3>or to within another DOM element:</h3>
+<h3 class="docs">Or to within another DOM element:</h3>
<div id="containment-wrapper">
<div id="draggable3" class="draggable ui-widget-content">
<p>I'm contained within the box</p>