Skip to content

Commit 6f42539

Browse files
author
Todd Parker
committed
Added new About and Theme links to left nav, removed letterspacing from css.
1 parent b30d836 commit 6f42539

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

demos/demos.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ body {
8282
.demos-nav h4 {
8383
margin: 0;
8484
padding: 0;
85-
letter-spacing: 0.75pt;
8685
font: normal 1.1em "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
8786
color: #e87b10;
8887
}

demos/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,15 @@
236236
<dd><a href="effects_feedback/index.html">Feedback</a></dd>
237237
<dd><a href="effects_showhide/index.html">Show/Hide</a></dd>
238238
<dd><a href="effects_easings/index.html">Easings</a></dd>
239+
<dt>About jQuery UI</dt>
240+
<dd><a href="http://ui.jquery.com/documentation/Developer_Guide">UI Developer Guidelines</a></dd>
241+
<dd><a href="http://ui.jquery.com/documentation/Changelog">Changelog</a></dd>
242+
<dd><a href="http://ui.jquery.com/documentation/Roadmap">Roadmap</a></dd>
243+
<dd><a href="http://ui.jquery.com/documentation/Subversion">Subversion Access</a></dd>
244+
<dt>Theming</dt>
245+
<dd><a href="http://ui.jquery.com/documentation/Theming">Theming jQuery UI</a></dd>
246+
<dd><a href="http://ui.jquery.com/documentation/Theming/API">jQuery UI CSS framework</a></dd>
247+
<dd><a href="http://ui.jquery.com/documentation/Themeroller">ThemeRoller application</a></dd>
239248
</dl>
240249
</td>
241250
<td class="normal">

0 commit comments

Comments
 (0)