diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 23:41:40 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 23:41:40 +0000 |
commit | 40b9387ea133441bc09ffa560f3b98603e7cffab (patch) | |
tree | 0fb42d4cb931f3680c6787e6771a936bd6e678cb /demos/sortable/floating.html | |
parent | 3e0d2e4a6b5d279b322bba5ff636b1ffde033414 (diff) | |
download | jquery-ui-40b9387ea133441bc09ffa560f3b98603e7cffab.tar.gz jquery-ui-40b9387ea133441bc09ffa560f3b98603e7cffab.zip |
demos: some sizing issues with selectable and sortable demos
Diffstat (limited to 'demos/sortable/floating.html')
-rw-r--r-- | demos/sortable/floating.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/floating.html b/demos/sortable/floating.html index 47e472fd2..c03bd1262 100644 --- a/demos/sortable/floating.html +++ b/demos/sortable/floating.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; } - #sortable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 100px; font-size: 4em; text-align: center; } + #sortable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; } </style> <script type="text/javascript"> $(function() { |