Skip to content

Commit

Permalink
lighthouse 396, weird space in accordian test
Browse files Browse the repository at this point in the history
  • Loading branch information
fat authored and anutron committed Oct 4, 2010
1 parent 5c676b8 commit a98508c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Fx/Fx.Accordion.html
Expand Up @@ -68,14 +68,12 @@
<p>The section below should have a 4th section, added dynamically, which is clickable like the others.</p>

<dl id="acc3">
<dl>
<dt class="toggle"><b>first section</b></dt>
<dd class="stretcher">I'm the content for the first section.</dd>
<dt class="toggle"><b>second section</b></dt>
<dd class="stretcher">I'm the content for the second section.</dd>
<dt class="toggle"><b>third section</b></dt>
<dd class="stretcher">I'm the content for the third section.</dd>
</dl>
</dl>
<script>
var acc3 = new Fx.Accordion($$('#acc3 dt'), $$('#acc3 dd'));
Expand Down

0 comments on commit a98508c

Please sign in to comment.