From 9958d2968fff7f05b3d695299914e83f14e69e16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 10 Sep 2010 10:27:32 -0400 Subject: [PATCH] Progressbar demos: Coding standards. --- demos/progressbar/animated.html | 26 ++++++++++++------------- demos/progressbar/default.html | 24 ++++++++++------------- demos/progressbar/index.html | 4 ++-- demos/progressbar/resize.html | 34 ++++++++++++++++----------------- 4 files changed, 42 insertions(+), 46 deletions(-) diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html index e094f64a3..0d01d1485 100644 --- a/demos/progressbar/animated.html +++ b/demos/progressbar/animated.html @@ -1,20 +1,20 @@ - + jQuery UI Progressbar - Animated - - - - - - - - - - - - - + + + + + - - - - - - - + + + + + + + @@ -24,16 +24,16 @@
-
-
-
+
+
+
-
-

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

+
+

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