diff options
Diffstat (limited to 'system/doc/top/templates/index.html.src')
-rw-r--r-- | system/doc/top/templates/index.html.src | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 951b3a79fe..bfc0ba9f51 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -37,12 +37,16 @@ limitations under the License. <div class="erlang-logo-wrapper"> <img alt="Erlang Logo" src="erlang-logo.png" class="erlang-logo"/ > </div> -<small><a href="applications.html">Applications</a><br> -<a href="man_index.html">Modules</a></small> -<p/> -<a href="javascript:openAllFlips()">Expand All</a><br> -<a href="javascript:closeAllFlips()">Contract All</a> -<p/> + + <ul> + <li><a href="applications.html">Applications</a></li> + <li><a href="man_index.html">Modules</a></li> + </ul> + + <ul class="expand-collapse-items"> + <li><a href="javascript:openAllFlips()">Expand All</a></li> + <li><a href="javascript:closeAllFlips()">Contract All</a></li> + </ul> <ul class="flipMenu"> <li>System Documentation |