diff options
-rw-r--r-- | demos/progressbar/animated.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html index e33cf416c..7322a42ed 100644 --- a/demos/progressbar/animated.html +++ b/demos/progressbar/animated.html @@ -8,7 +8,7 @@ <script type="text/javascript" src="../../ui/ui.progressbar.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> - .ui-progressbar-value { background-image: url(images/pbar-ani.gif); + .ui-progressbar-value { background-image: url(images/pbar-ani.gif); } </style> <script type="text/javascript"> $(function() { |