diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-10-24 11:40:06 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-10-24 12:47:01 -0400 |
commit | 88bfb7572d888b2a835888281f19770361b318d7 (patch) | |
tree | 9921cca2a0f48a4ca76835523af4cf43017c48ea /demos/position/cycler.html | |
parent | eaadcc0eebcd6ea45523e19f79b042dc0d6a30bb (diff) | |
download | jquery-ui-88bfb7572d888b2a835888281f19770361b318d7.tar.gz jquery-ui-88bfb7572d888b2a835888281f19770361b318d7.zip |
Cleanup demos: Copy&paste errors in titles, bad descriptions or styling
Diffstat (limited to 'demos/position/cycler.html')
-rw-r--r-- | demos/position/cycler.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/position/cycler.html b/demos/position/cycler.html index 2c421211f..dc9c8a0bd 100644 --- a/demos/position/cycler.html +++ b/demos/position/cycler.html @@ -10,6 +10,9 @@ <script src="../../ui/jquery.ui.position.js"></script> <link rel="stylesheet" href="../demos.css"> <style> + body { + margin: 0; + } #container { overflow: hidden; position: relative; @@ -96,10 +99,9 @@ </div> <div class="demo-description"> -<p>A prototype for the <a href="http://wiki.jqueryui.com/Photoviewer">Photoviewer</a> using Position to place images at the center, left and right and cycle them. +<p>A photoviewer prototype using Position to place images at the center, left and right and cycle them. <br>Use the links at the top to cycle, or click on the images on the left and right. <br>Note how the images are repositioned when resizing the window. -<br>Warning: Doesn't currently work inside the demo viewer; open in a new window instead!</p> </div> </body> </html> |