diff options
-rw-r--r-- | lib/erl_docgen/priv/xsl/db_html.xsl | 18 | ||||
-rw-r--r-- | system/doc/top/templates/index.html.src | 3 |
2 files changed, 4 insertions, 17 deletions
diff --git a/lib/erl_docgen/priv/xsl/db_html.xsl b/lib/erl_docgen/priv/xsl/db_html.xsl index b478a40cf7..6a85f95e09 100644 --- a/lib/erl_docgen/priv/xsl/db_html.xsl +++ b/lib/erl_docgen/priv/xsl/db_html.xsl @@ -1260,11 +1260,7 @@ <xsl:call-template name="menu_middle"/> - <p> - <small> - <strong>Chapters</strong> - </small> - </p> + <h3>Chapters</h3> <ul class="flipMenu" imagepath="{$topdocdir}/js/flipmenu"> <xsl:call-template name="menu.chapter"> @@ -1425,11 +1421,7 @@ <xsl:call-template name="menu_middle"/> - <p> - <small> - <strong>Table of Contents</strong> - </small> - </p> + <h3>Table of Contents</h3> <ul class="flipMenu"> <xsl:call-template name="menu.ref2"> @@ -2272,11 +2264,7 @@ <xsl:call-template name="menu_middle"/> - <p> - <small> - <strong>Chapters</strong> - </small> - </p> + <h3>Chapters</h3> <ul class="flipMenu" imagepath="{$topdocdir}/js/flipmenu"> <xsl:call-template name="menu.chapter"> diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index e7b9d8ac6d..951b3a79fe 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -60,8 +60,7 @@ limitations under the License. </ul> </li> </ul> -<b>Application Groups</b> -<br/> +<h3>Application Groups</h3> <ul class="flipMenu"> #applinks# |