diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-23 13:02:51 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-23 13:02:51 +0000 |
commit | 8c94a14b0f0c1aa0071338d17614671a3f6c2efe (patch) | |
tree | 99b2a24d5cff8f59a769f018d48f04b137f2f19a /demos/draggable/index.html | |
parent | 0aeb26d699ea7182571d1b0c56f75746cd0b9d6d (diff) | |
download | jquery-ui-8c94a14b0f0c1aa0071338d17614671a3f6c2efe.tar.gz jquery-ui-8c94a14b0f0c1aa0071338d17614671a3f6c2efe.zip |
demos: touched up the navigation a bit
Diffstat (limited to 'demos/draggable/index.html')
-rw-r--r-- | demos/draggable/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/draggable/index.html b/demos/draggable/index.html index cbb316e48..2b3a10c71 100644 --- a/demos/draggable/index.html +++ b/demos/draggable/index.html @@ -2,6 +2,7 @@ <html lang="en">
<head>
<title>jQuery UI Draggable Demos</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
@@ -11,7 +12,7 @@ </head>
<body>
-<dl>
+<dl class="nav">
<dt>Draggable</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
|