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/display-grid.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/display-grid.html')
-rw-r--r-- | demos/sortable/display-grid.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/sortable/display-grid.html b/demos/sortable/display-grid.html index c0081a3cb..7435f60e7 100644 --- a/demos/sortable/display-grid.html +++ b/demos/sortable/display-grid.html @@ -39,7 +39,10 @@ <div class="demo-description"> -<p>To arrange sortable items as a grid, give them identical dimensions and float them using CSS.</p> +<p> + To arrange sortable items as a grid, give them identical dimensions and + float them using CSS. +</p> </div><!-- End demo-description --> |