From eb938a67a1f8ee0151fd6414d22a9e260894c935 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 29 Nov 2012 09:51:04 -0500 Subject: [PATCH] Progressbar demos: Removed resize demo. --- demos/progressbar/index.html | 1 - demos/progressbar/resize.html | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 demos/progressbar/resize.html diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 2dcf6be9c..3997d8f77 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -8,7 +8,6 @@ diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html deleted file mode 100644 index eac40c0c0..000000000 --- a/demos/progressbar/resize.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - jQuery UI Progressbar - Resizable - - - - - - - - - - - - -
-
-
- -
-

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.)

-
- - -- 2.39.5