mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
demos: refixed sortable demo in draggables
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<script type="text/javascript" src="../../ui/ui.sortable.js"></script>
|
||||
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||
<style type="text/css">
|
||||
#sortable { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; }
|
||||
#sortable li { margin: 3px; padding: 2px; width: 150px; }
|
||||
.demo ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; }
|
||||
.demo li { margin: 3px; padding: 2px; width: 150px; }
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
|
||||
Reference in New Issue
Block a user