diff options
Diffstat (limited to 'demos/sortable/placeholder.html')
-rw-r--r-- | demos/sortable/placeholder.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/placeholder.html b/demos/sortable/placeholder.html index be183eb41..5ee70e01c 100644 --- a/demos/sortable/placeholder.html +++ b/demos/sortable/placeholder.html @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; } - #sortable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; } + #sortable li { margin: 5px; padding: 5px; font-size: 1.2em; } </style> <script type="text/javascript"> $(function() { |