Skip to content

Commit

Permalink
demos: sortable - Delay start, fixed so first drag doesn't have to st…
Browse files Browse the repository at this point in the history
…art on text in IE6
  • Loading branch information
rdworth committed Mar 3, 2009
1 parent 9652a4d commit 5ab17ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/sortable/delay-start.html
Expand Up @@ -9,7 +9,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
#sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; margin-bottom: 15px;zoom: 1; }
#sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; }
#sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 95%; }
</style>
<script type="text/javascript">
$(function() {
Expand Down

0 comments on commit 5ab17ce

Please sign in to comment.