diff options
Diffstat (limited to 'demos/resizable/index.html')
-rw-r--r-- | demos/resizable/index.html | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/demos/resizable/index.html b/demos/resizable/index.html index cff8fe70f..89de96a6d 100644 --- a/demos/resizable/index.html +++ b/demos/resizable/index.html @@ -1,25 +1,25 @@ -<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Resizable Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<dl class="demos-nav">
- <dt>Resizable</dt>
- <dd><a href="default.html">Default</a></dd>
- <dd><a href="alsoresize.html">Also Resize</a></dd>
- <dd><a href="animate.html">Animate</a></dd>
- <dd><a href="aspectratio.html">Aspect Ratio</a></dd>
- <dd><a href="containment.html">Containment</a></dd>
- <dd><a href="delay.html">Delay</a></dd>
- <dd><a href="distance.html">Distance</a></dd>
- <dd><a href="ghost.html">Ghost</a></dd>
- <dd><a href="grid.html">Grid</a></dd>
- <dd><a href="max.html">Max Height / Width</a></dd>
- <dd><a href="min.html">Min Height / Width</a></dd>
-</dl>
-
-</body>
-</html>
+<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Resizable Demos</title> + <link type="text/css" href="../demos.css" rel="stylesheet" /> +</head> +<body> + +<dl class="demos-nav"> + <dt>Resizable</dt> + <dd><a href="default.html">Default</a></dd> + <dd><a href="alsoresize.html">Also Resize</a></dd> + <dd><a href="animate.html">Animate</a></dd> + <dd><a href="aspectratio.html">Aspect Ratio</a></dd> + <dd><a href="containment.html">Containment</a></dd> + <dd><a href="delay.html">Delay</a></dd> + <dd><a href="distance.html">Distance</a></dd> + <dd><a href="ghost.html">Ghost</a></dd> + <dd><a href="grid.html">Grid</a></dd> + <dd><a href="max.html">Max Height / Width</a></dd> + <dd><a href="min.html">Min Height / Width</a></dd> +</dl> + +</body> +</html> |