aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/portlets.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sortable/portlets.html')
-rw-r--r--demos/sortable/portlets.html14
1 files changed, 4 insertions, 10 deletions
diff --git a/demos/sortable/portlets.html b/demos/sortable/portlets.html
index e9ed16ed2..e747c7f77 100644
--- a/demos/sortable/portlets.html
+++ b/demos/sortable/portlets.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -42,7 +42,6 @@
</script>
</head>
<body>
-<div class="demo">
<div class="column">
@@ -50,7 +49,7 @@
<div class="portlet-header">Feeds</div>
<div class="portlet-content">Lorem ipsum dolor sit amet, consectetuer adipiscing elit</div>
</div>
-
+
<div class="portlet">
<div class="portlet-header">News</div>
<div class="portlet-content">Lorem ipsum dolor sit amet, consectetuer adipiscing elit</div>
@@ -73,7 +72,7 @@
<div class="portlet-header">Links</div>
<div class="portlet-content">Lorem ipsum dolor sit amet, consectetuer adipiscing elit</div>
</div>
-
+
<div class="portlet">
<div class="portlet-header">Images</div>
<div class="portlet-content">Lorem ipsum dolor sit amet, consectetuer adipiscing elit</div>
@@ -81,16 +80,11 @@
</div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>
Enable portlets (styled divs) as sortables and use the <code>connectWith</code>
option to allow sorting between columns.
</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>