From 45bda44b08d01c0835b7402b752b9c7b07a4b77c Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Fri, 21 Oct 2016 13:40:58 +0100 Subject: center erlang logo on left panel --- lib/erl_docgen/priv/css/otp_doc.css | 5 +++++ lib/erl_docgen/priv/xsl/db_html.xsl | 8 ++++++-- system/doc/top/templates/index.html.src | 8 ++++---- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index aec2207ecd..6f0019fb32 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -145,3 +145,8 @@ pre { font-family: mono, Courier, monospace; font-weight: normal } .REFTYPES { margin-left: 8mm } footer { } + +.erlang-logo-wrapper{ + text-align: center; + margin-bottom: 1em; +} diff --git a/lib/erl_docgen/priv/xsl/db_html.xsl b/lib/erl_docgen/priv/xsl/db_html.xsl index edab8e1c7e..beb52c69c1 100644 --- a/lib/erl_docgen/priv/xsl/db_html.xsl +++ b/lib/erl_docgen/priv/xsl/db_html.xsl @@ -799,10 +799,14 @@ - Erlang logo +
+ +
- Erlang logo +
+ +

diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index d2a6736d34..967c33719d 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -29,14 +29,14 @@ limitations under the License. - +
-Erlang logo -

+

+ +
Applications
Modules

-- cgit v1.2.3