aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/index.html
diff options
context:
space:
mode:
authorChi Cheng <cloudream@gmail.com>2009-01-04 09:20:45 +0000
committerChi Cheng <cloudream@gmail.com>2009-01-04 09:20:45 +0000
commit2d86e486f80bd5cf71db837c73a51befa45c6444 (patch)
treed26a0d73281cfed1b841557023d4bad3a69b2df8 /demos/sortable/index.html
parent27ea38395e5e853ae401303d3ec7dfe6bc83393a (diff)
downloadjquery-ui-2d86e486f80bd5cf71db837c73a51befa45c6444.tar.gz
jquery-ui-2d86e486f80bd5cf71db837c73a51befa45c6444.zip
demos: fixed content out of boxes, font-size and paddings
Diffstat (limited to 'demos/sortable/index.html')
-rw-r--r--demos/sortable/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/sortable/index.html b/demos/sortable/index.html
index c5da08b9d..d8a714f1f 100644
--- a/demos/sortable/index.html
+++ b/demos/sortable/index.html
@@ -12,7 +12,8 @@
<li class="demo-config-on"><a href="default.html">Default Sortable</a></li>
<li><a href="floating.html">Floating</a></li>
<li><a href="placeholder.html">Placeholder</a></li>
- <li><a href="delaydistance.html">Delay / Distance</a></li>
+ <li><a href="delay.html">Delay</a></li>
+ <li><a href="distance.html">Distance</a></li>
<li><a href="items.html">Excluding items</a></li>
<li><a href="connectwith.html">Connecting two lists</a></li>
<li><a href="droponempty.html">Dropping on empty lists</a></li>