diff options
author | Todd Parker <fg.todd@gmail.com> | 2009-01-21 18:17:39 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2009-01-21 18:17:39 +0000 |
commit | 6f425390180de3c84d298140ae934563f7e1b8c0 (patch) | |
tree | 61e48e54a2e400ea5dbf13dce1a9d5537a63e3aa /demos/index.html | |
parent | b30d83661168b0048166f43151d9913f30f74987 (diff) | |
download | jquery-ui-6f425390180de3c84d298140ae934563f7e1b8c0.tar.gz jquery-ui-6f425390180de3c84d298140ae934563f7e1b8c0.zip |
Added new About and Theme links to left nav, removed letterspacing from css.
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/demos/index.html b/demos/index.html index 81f3ddd45..c4e4ec82b 100644 --- a/demos/index.html +++ b/demos/index.html @@ -236,6 +236,15 @@ <dd><a href="effects_feedback/index.html">Feedback</a></dd> <dd><a href="effects_showhide/index.html">Show/Hide</a></dd> <dd><a href="effects_easings/index.html">Easings</a></dd> + <dt>About jQuery UI</dt> + <dd><a href="http://ui.jquery.com/documentation/Developer_Guide">UI Developer Guidelines</a></dd> + <dd><a href="http://ui.jquery.com/documentation/Changelog">Changelog</a></dd> + <dd><a href="http://ui.jquery.com/documentation/Roadmap">Roadmap</a></dd> + <dd><a href="http://ui.jquery.com/documentation/Subversion">Subversion Access</a></dd> + <dt>Theming</dt> + <dd><a href="http://ui.jquery.com/documentation/Theming">Theming jQuery UI</a></dd> + <dd><a href="http://ui.jquery.com/documentation/Theming/API">jQuery UI CSS framework</a></dd> + <dd><a href="http://ui.jquery.com/documentation/Themeroller">ThemeRoller application</a></dd> </dl> </td> <td class="normal"> |