aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/axis.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/axis.html')
-rw-r--r--demos/draggable/axis.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/draggable/axis.html b/demos/draggable/axis.html
index 61dd072fb..e09137252 100644
--- a/demos/draggable/axis.html
+++ b/demos/draggable/axis.html
@@ -20,7 +20,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>I can be dragged only vertically</p>
</div>
@@ -29,5 +30,14 @@
<p>I can be dragged only horizontally</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>