aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2016-10-21 16:42:40 +0100
committerMariano Guerra <[email protected]>2017-03-13 11:51:52 +0100
commitb234f1de2c8eaba384b30014f01cfc8d58b096bd (patch)
tree988d41f273adecf5c628b7d33f5ebb2534bcae68 /system
parent224a1977ac4efc77078adc8490a396805a3dd270 (diff)
downloadotp-b234f1de2c8eaba384b30014f01cfc8d58b096bd.tar.gz
otp-b234f1de2c8eaba384b30014f01cfc8d58b096bd.tar.bz2
otp-b234f1de2c8eaba384b30014f01cfc8d58b096bd.zip
improve left panel section info and menu
Diffstat (limited to 'system')
-rw-r--r--system/doc/top/templates/index.html.src29
1 files changed, 16 insertions, 13 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src
index bfc0ba9f51..b7fff0993d 100644
--- a/system/doc/top/templates/index.html.src
+++ b/system/doc/top/templates/index.html.src
@@ -34,19 +34,19 @@ limitations under the License.
<div id="container">
<div id="leftnav">
<div class="innertube">
- <div class="erlang-logo-wrapper">
- <img alt="Erlang Logo" src="erlang-logo.png" class="erlang-logo"/ >
- </div>
+<div class="erlang-logo-wrapper">
+ <img alt="Erlang logo" src="erlang-logo.png" class="erlang-logo"/ >
+</div>
- <ul>
- <li><a href="applications.html">Applications</a></li>
- <li><a href="man_index.html">Modules</a></li>
- </ul>
+<ul class="section-links">
+ <li><a href="applications.html">Applications</a></li>
+ <li><a href="man_index.html" class="modules">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="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
@@ -64,6 +64,7 @@ limitations under the License.
</ul>
</li>
</ul>
+
<h3>Application Groups</h3>
<ul class="flipMenu">
@@ -77,8 +78,10 @@ limitations under the License.
<div id="content">
<div class="innertube">
<h1 class="main-title">Erlang/OTP #otp_base_vsn#</h1>
- <p class="main-description">Welcome to Erlang/OTP, a complete development environment for concurrent programming.</p>
-
+ <p class="main-description">
+ Welcome to Erlang/OTP, a complete development environment for concurrent programming.
+ </p>
+
<h2>Some hints that may get you started faster</h2>
<ul>