diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-30 04:14:09 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-30 04:14:09 +0000 |
commit | 5b34c56dbd5a8544dc9125c5626f0f33639c68b7 (patch) | |
tree | ebdcc8365e10fc4e259d462cad6dc75725edb1e2 /demos/draggable/index.html | |
parent | 142d55d7e1ed8720ad6dd3b4af0affb20c13e57a (diff) | |
download | jquery-ui-5b34c56dbd5a8544dc9125c5626f0f33639c68b7.tar.gz jquery-ui-5b34c56dbd5a8544dc9125c5626f0f33639c68b7.zip |
demos: fixed consistency issue with index navigation menus
Diffstat (limited to 'demos/draggable/index.html')
-rw-r--r-- | demos/draggable/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/index.html b/demos/draggable/index.html index 4fec8165d..da5a9d5fd 100644 --- a/demos/draggable/index.html +++ b/demos/draggable/index.html @@ -6,7 +6,7 @@ </head>
<body>
-<dl class="nav">
+<dl class="demos-nav">
<dt>Draggable</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
|