diff options
-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> |