Skip to content

Commit

Permalink
scoped header styles used to document demos so that they don't interf…
Browse files Browse the repository at this point in the history
…ere w/ demo code
  • Loading branch information
Maggie Costello Wachs committed Jan 16, 2009
1 parent c631ae8 commit 80b6014
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demos/draggable/constrain-movement.html
Expand Up @@ -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>
Expand All @@ -39,7 +39,7 @@ <h3>Constrain movement along an axis:</h3>
<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>
Expand Down
4 changes: 2 additions & 2 deletions demos/draggable/visual-feedback.html
Expand Up @@ -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>
Expand All @@ -45,7 +45,7 @@ <h3>With helpers:</h3>
<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>
Expand Down

0 comments on commit 80b6014

Please sign in to comment.