aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 01:20:50 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 01:20:50 +0000
commit9a35874d44262f79d1a5fc7d8c7e673518c985fd (patch)
treef9cd8915ee759d2427c657e680e9282e7b20aa86 /demos/progressbar
parent2789fca8afb34dc770df8163fad7f6df15a77025 (diff)
downloadjquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.tar.gz
jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.zip
demos: whitespace fixes
- trailing whitespace - inconsistent line endings - set svn:eol-style to native
Diffstat (limited to 'demos/progressbar')
-rw-r--r--demos/progressbar/default.html2
-rw-r--r--demos/progressbar/index.html2
-rw-r--r--demos/progressbar/resize.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html
index 5a53999a7..012e18f07 100644
--- a/demos/progressbar/default.html
+++ b/demos/progressbar/default.html
@@ -20,7 +20,7 @@
<div class="demo">
<div id="progressbar"></div>
-
+
</div><!-- End demo -->
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html
index 2e56e6ab7..171e0495f 100644
--- a/demos/progressbar/index.html
+++ b/demos/progressbar/index.html
@@ -8,7 +8,7 @@
<div class="demos-nav">
<h4>Examples</h4>
- <ul>
+ <ul>
<li class="demo-config-on"><a href="default.html">Default progress bar</a></li>
<li><a href="resize.html">Resizable bar</a></li>
</ul>
diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html
index 360070a8c..e96938f75 100644
--- a/demos/progressbar/resize.html
+++ b/demos/progressbar/resize.html
@@ -24,7 +24,7 @@
<body>
<div class="demo">
-
+
<div id="progressbarWrapper" style="height:10px; padding:2px;" class="ui-widget-default">
<div id="progressbar" style="height:100%;"></div>
</div>