diff options
author | Mariano Guerra <[email protected]> | 2017-03-10 13:17:27 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 7bbfffcef7b7c81d1797a0d66c0fdfd3a646f5a9 (patch) | |
tree | 78afbbc1cd34329682b841283519ed9a563f2979 /lib | |
parent | 7f8c85d02752193a5cd5d90f19ca2b8f7e452a12 (diff) | |
download | otp-7bbfffcef7b7c81d1797a0d66c0fdfd3a646f5a9.tar.gz otp-7bbfffcef7b7c81d1797a0d66c0fdfd3a646f5a9.tar.bz2 otp-7bbfffcef7b7c81d1797a0d66c0fdfd3a646f5a9.zip |
improve line-heigt for main description at landing page
Diffstat (limited to 'lib')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 3c27ace3f3..844aad2945 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -174,6 +174,7 @@ footer { } text-align: center; margin: 2em 0; font-size: 1.5em; + line-height: 1.5em; } .doc-table-wrapper, .doc-image-wrapper{ |