aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar/resize.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-20 20:13:03 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-20 20:13:03 +0000
commit565808ceaef9387d8d4c7c6cf6bcaf5efaf63658 (patch)
tree10f452cde195be0b2e7ff369aec1c72355cacc54 /demos/progressbar/resize.html
parent25c6c7e7ef0ffef2f1dcf4e4f5ed2ad160e1464d (diff)
downloadjquery-ui-565808ceaef9387d8d4c7c6cf6bcaf5efaf63658.tar.gz
jquery-ui-565808ceaef9387d8d4c7c6cf6bcaf5efaf63658.zip
slightly reorganized/renamed demos to better reflect functionality
Diffstat (limited to 'demos/progressbar/resize.html')
-rw-r--r--demos/progressbar/resize.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html
index a4e9acaad..4835ed128 100644
--- a/demos/progressbar/resize.html
+++ b/demos/progressbar/resize.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Progressbar - Resize Demo</title>
+ <title>jQuery UI Progressbar - Resizable</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -29,7 +29,7 @@
<div class="demo-description">
-<p>Since the progress bar is coded in percentages for flexible sizing, it will resize to fit whatever block it's placed inside. Try resizing the height and width of this bar to see how it maintains the correct proportions. This is not a real-world example, but it's a good illustration of how flexibly all the plugins are coded.</p>
+<p>The progress bar's widths are specified in percentages for flexible sizing so it will resize to fit its container. Try resizing the height and width of this bar to see how it maintains the correct proportions. (This is not necessarily a real-world example, but it's a good illustration of how flexibly all the plugins are coded.)</p>
</div><!-- End demo-description -->