diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-30 04:16:51 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-30 04:16:51 +0000 |
commit | 165c6a823cd0473d5207fada539da42eb9d01274 (patch) | |
tree | b22b23271c9195940e39f04f0b6bf5adba12de59 /demos/resizable/index.html | |
parent | 5b34c56dbd5a8544dc9125c5626f0f33639c68b7 (diff) | |
download | jquery-ui-165c6a823cd0473d5207fada539da42eb9d01274.tar.gz jquery-ui-165c6a823cd0473d5207fada539da42eb9d01274.zip |
set svn:eol-style to native
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> |