From 17cdba11569e0e2b846fceba17f06bc87c2df4d5 Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Tue, 25 Oct 2016 17:45:18 +0100 Subject: make Types title smaller, remove colon --- lib/erl_docgen/priv/css/otp_doc.css | 4 ++++ lib/erl_docgen/priv/xsl/db_html.xsl | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index f368e9dcb8..1f3b9bfb29 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -257,3 +257,7 @@ hr{ a > .code { color: #1862ab; } + +.func-types-title{ + font-size: 1em; +} diff --git a/lib/erl_docgen/priv/xsl/db_html.xsl b/lib/erl_docgen/priv/xsl/db_html.xsl index 66562bfe6a..cf0c0de0a4 100644 --- a/lib/erl_docgen/priv/xsl/db_html.xsl +++ b/lib/erl_docgen/priv/xsl/db_html.xsl @@ -234,7 +234,7 @@ (there is no spec with more than one clause) -->
-

Types:

+

Types

@@ -2046,7 +2046,7 @@
-

Types:

+

Types

-- cgit v1.2.3