diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 14:39:33 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 6be6bb8a81d875ddb7cbe5c19766d7050236589b (patch) | |
tree | cf4f145040965ca1cde5c80354e40bdb8a1b25d6 /system/doc/top/templates | |
parent | 830a3cc565b43954988ffedf56d6a00a45e4608a (diff) | |
download | otp-6be6bb8a81d875ddb7cbe5c19766d7050236589b.tar.gz otp-6be6bb8a81d875ddb7cbe5c19766d7050236589b.tar.bz2 otp-6be6bb8a81d875ddb7cbe5c19766d7050236589b.zip |
use list on list of links
Diffstat (limited to 'system/doc/top/templates')
-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 |