Skip to content

Commit 1015684

Browse files
committed
demos/sortable: fitting into demo preview frame
1 parent cbd41ff commit 1015684

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

demos/sortable/delaydistance.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,17 @@
88
<script type="text/javascript" src="../../ui/ui.sortable.js"></script>
99
<link type="text/css" href="../demos.css" rel="stylesheet" />
1010
<style type="text/css">
11-
.demo ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 20px; }
11+
.demo ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 15px; }
1212
.demo li { margin: 3px; padding: 2px; }
1313
</style>
1414
<script type="text/javascript">
1515
$(function() {
16-
1716
$("ul:eq(0)").sortable({
1817
delay: 1000
1918
});
20-
2119
$("ul:eq(1)").sortable({
2220
distance: 50
2321
});
24-
2522
});
2623
</script>
2724
</head>

0 commit comments

Comments
 (0)