diff options
author | Mariano Guerra <[email protected]> | 2016-10-25 17:45:02 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 58d08b32b71d549051147408a67b8a77a642bb24 (patch) | |
tree | 505c995f06baf483a15aa16f084d391d456048f7 /lib/erl_docgen/priv/css | |
parent | b2a6eebcf698c1828d89b37704028fdb931b0b20 (diff) | |
download | otp-58d08b32b71d549051147408a67b8a77a642bb24.tar.gz otp-58d08b32b71d549051147408a67b8a77a642bb24.tar.bz2 otp-58d08b32b71d549051147408a67b8a77a642bb24.zip |
func-heads should have a new line after them
Diffstat (limited to 'lib/erl_docgen/priv/css')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index cde5d13271..f368e9dcb8 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -66,8 +66,8 @@ a:visited { color: #1b6ec2; text-decoration: none } text-align: center; } -span.bold_code { font-family: mono, Courier, monospace; font-weight: bold } -span.code { +.bold_code { font-family: mono, Courier, monospace; font-weight: bold } +.code { font-family: mono, Courier, monospace; font-weight: normal; color: #000; background-color: #f5f5f5; |