Skip to content

Commit

Permalink
demos: fixed consistency issue with index navigation menus
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Dec 30, 2008
1 parent 142d55d commit 5b34c56
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 1,093 deletions.
2 changes: 1 addition & 1 deletion demos/accordion/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
<body>

<dl class="nav">
<dl class="demos-nav">
<dt>Accordion</dt>
<dd><a href="default.html">Basic accordion (default)</a></dd>
<dd><a href="mouseover.html">Mouseover accordion</a></dd>
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
<body>

<dl class="nav">
<dl class="demos-nav">
<dt>Datepicker</dt>
<dd><a href="default.html">Default datepicker</a></dd>
<dd><a href="dropdown_month_year.html">Month & year menus</a></dd>
Expand Down

0 comments on commit 5b34c56

Please sign in to comment.