diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 19:57:19 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 19:57:19 +0000 |
commit | 622332d1a09c0c5d9db0c5ec986de3bd1772f414 (patch) | |
tree | cbe546f608fe88d08c110202b563092752dd947c /demos/accordion | |
parent | 8b6a5cd172b27d630444ed78b97ca418751ff530 (diff) | |
download | jquery-ui-622332d1a09c0c5d9db0c5ec986de3bd1772f414.tar.gz jquery-ui-622332d1a09c0c5d9db0c5ec986de3bd1772f414.zip |
FIxed gripper span width
Diffstat (limited to 'demos/accordion')
-rw-r--r-- | demos/accordion/fillspace.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index cf31ff1bc..a6a896767 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -63,7 +63,7 @@ Resize the outer container: </div> </div> -<span class="ui-icon ui-icon-grip-dotted-horizontal" style="margin:2px auto; width:32; background-repeat: repeat-x"></span> +<span class="ui-icon ui-icon-grip-dotted-horizontal" style="margin:2px auto;"></span> </div><!-- End accordionResizer --> <div style="margin-top:7px; padding:10px; width:350px; height:50px;" class="ui-widget-content">I'm another panel</div> |