diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 01:20:50 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 01:20:50 +0000 |
commit | 9a35874d44262f79d1a5fc7d8c7e673518c985fd (patch) | |
tree | f9cd8915ee759d2427c657e680e9282e7b20aa86 /demos/draggable | |
parent | 2789fca8afb34dc770df8163fad7f6df15a77025 (diff) | |
download | jquery-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/draggable')
-rw-r--r-- | demos/draggable/zindexstack.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/draggable/zindexstack.html b/demos/draggable/zindexstack.html index d21c0bff4..102a64764 100644 --- a/demos/draggable/zindexstack.html +++ b/demos/draggable/zindexstack.html @@ -28,11 +28,11 @@ <div class="ui-widget-content"> <p>We are draggables..</p> </div> - + <div class="ui-widget-content"> <p>..whose z-indexes are controlled automatically..</p> </div> - + <div class="ui-widget-content"> <p>..with the stack option.</p> </div> |