diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-20 13:12:22 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-20 13:12:22 +0000 |
commit | d578a66d49f0779de7d99b68d35d97e5600d3167 (patch) | |
tree | 96451908ecee9a9ef11fbfbf2da1336ae7e81456 /demos/sortable/default.html | |
parent | 670d3e0ac9cc97b440b7b1df23003472c437bc3f (diff) | |
download | jquery-ui-d578a66d49f0779de7d99b68d35d97e5600d3167.tar.gz jquery-ui-d578a66d49f0779de7d99b68d35d97e5600d3167.zip |
demos/sortable: some cleanup and consistency
Diffstat (limited to 'demos/sortable/default.html')
-rw-r--r-- | demos/sortable/default.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/demos/sortable/default.html b/demos/sortable/default.html index bd58f4994..dab3907de 100644 --- a/demos/sortable/default.html +++ b/demos/sortable/default.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; padding-left: 1.5em; font-size: 1.4em; height: 18px; } + #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; } #sortable li span { position: absolute; margin-left: -1.3em; } </style> <script type="text/javascript"> @@ -35,7 +35,11 @@ <div class="demo-description"> -<p>Enable a group of DOM elements to be sortable. Click on and drag and element to a new spot within the list, and the other items will adjust to fit. By default, sortable items share <strong>draggable</strong> properties.</p> +<p> + Enable a group of DOM elements to be sortable. Click on and drag an + element to a new spot within the list, and the other items will adjust to + fit. By default, sortable items share <strong>draggable</strong> properties. +</p> </div><!-- End demo-description --> |