mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
sortable demos: added zoom: 1 for IE6
This commit is contained in:
parent
b7aa4f09f8
commit
4d2f386491
@ -8,7 +8,7 @@
|
||||
<script type="text/javascript" src="../../ui/ui.sortable.js"></script>
|
||||
<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; }
|
||||
#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; }
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
|
Loading…
Reference in New Issue
Block a user