diff options
author | Mariano Guerra <[email protected]> | 2016-10-25 17:45:18 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 17cdba11569e0e2b846fceba17f06bc87c2df4d5 (patch) | |
tree | eca2215f61b2af113752a5f9386e87b3ee9f12a4 /lib/erl_docgen/priv | |
parent | 58d08b32b71d549051147408a67b8a77a642bb24 (diff) | |
download | otp-17cdba11569e0e2b846fceba17f06bc87c2df4d5.tar.gz otp-17cdba11569e0e2b846fceba17f06bc87c2df4d5.tar.bz2 otp-17cdba11569e0e2b846fceba17f06bc87c2df4d5.zip |
make Types title smaller, remove colon
Diffstat (limited to 'lib/erl_docgen/priv')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 4 | ||||
-rw-r--r-- | 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) --> <xsl:if test="count($clause/guard) > 0 or count($type) > 0"> <div class="REFBODY fun-types"> - <h3 class="func-types-title">Types:</h3> + <h3 class="func-types-title">Types</h3> <xsl:choose> <xsl:when test="$output_subtypes"> @@ -2046,7 +2046,7 @@ <xsl:if test="string-length(@name) = 0 and string-length(@variable) = 0"> <div class="REFBODY rb-5"> - <h3>Types:</h3> + <h3 class="func-types-title">Types</h3> <xsl:apply-templates> <xsl:with-param name="partnum" select="$partnum"/> |