diff options
Diffstat (limited to 'demos/tabs/mouseover.html')
-rw-r--r-- | demos/tabs/mouseover.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html index 4348db932..3f87a7383 100644 --- a/demos/tabs/mouseover.html +++ b/demos/tabs/mouseover.html @@ -39,15 +39,16 @@ </div><!-- End demo --> - - <div class="demo-description"> -<p>This example changes the default swap event from a click to mouseover by changing the event option: <pre>event: 'mouseover'</pre></p> - -</div><!-- End demo-description --> +<p> +This example changes the default swap event from a click to mouseover by changing the event option: +</p> +<pre><code>event: 'mouseover' +</code></pre> +</div><!-- End demo-description --> </body> </html> |