aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-16 20:17:45 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-16 20:17:45 +0000
commit80b60146f676c766c70b82c5216a2abb6909699c (patch)
tree840b4315a4a638f975c00bc3a6a83c31d4524fc5 /demos/draggable
parentc631ae8d4f1a6f61fea2beecdfb8f90e62a0ed2b (diff)
downloadjquery-ui-80b60146f676c766c70b82c5216a2abb6909699c.tar.gz
jquery-ui-80b60146f676c766c70b82c5216a2abb6909699c.zip
scoped header styles used to document demos so that they don't interfere w/ demo code
Diffstat (limited to 'demos/draggable')
-rw-r--r--demos/draggable/constrain-movement.html4
-rw-r--r--demos/draggable/visual-feedback.html4
2 files changed, 4 insertions, 4 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>
diff --git a/demos/draggable/visual-feedback.html b/demos/draggable/visual-feedback.html
index 23e342e92..46406ad2d 100644
--- a/demos/draggable/visual-feedback.html
+++ b/demos/draggable/visual-feedback.html
@@ -31,7 +31,7 @@
<body>
<div class="demo">
-<h3>With helpers:</h3>
+<h3 class="docs">With helpers:</h3>
<div id="draggable" class="ui-widget-content">
<p>Original</p>
@@ -45,7 +45,7 @@
<p>Custom helper (in combination with cursorAt)</p>
</div>
-<h3>Stacked:</h3>
+<h3 class="docs">Stacked:</h3>
<div id="set">
<div class="ui-widget-content">
<p>We are draggables..</p>