aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tabs
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 05:01:58 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 05:01:58 +0000
commit58a11a7dec11bdfc1f43f210ffd52da3816a530c (patch)
tree64d5e9c9067dcae8f1a682fe4c9af0932e48faab /demos/tabs
parentfff23b36bf19b348d2e6c575d0e3d13ed04d63a3 (diff)
downloadjquery-ui-58a11a7dec11bdfc1f43f210ffd52da3816a530c.tar.gz
jquery-ui-58a11a7dec11bdfc1f43f210ffd52da3816a530c.zip
demos: added <code> inside <pre>. some other minor updates
Diffstat (limited to 'demos/tabs')
-rw-r--r--demos/tabs/collapsible.html11
-rw-r--r--demos/tabs/mouseover.html11
2 files changed, 12 insertions, 10 deletions
diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html
index 00eb42d42..3b058186f 100644
--- a/demos/tabs/collapsible.html
+++ b/demos/tabs/collapsible.html
@@ -40,15 +40,16 @@
</div><!-- End demo -->
-
-
<div class="demo-description">
-<p>This example allows the tab strip to be toggled closed by setting the delectable option to true like this: <pre>deselectable: true</pre></p>
-
-</div><!-- End demo-description -->
+<p>
+This example allows the tab strip to be toggled closed by setting the delectable option to true like this:
+</p>
+<pre><code>deselectable: true
+</code></pre>
+</div><!-- End demo-description -->
</body>
</html>
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>