diff options
author | Mariano Guerra <[email protected]> | 2016-10-22 17:42:11 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 14c9699175c4b37247a1a3fa4aa689003db661c6 (patch) | |
tree | 0d8169acb80761ec13461a03557014b9a088a270 /lib/erl_docgen/priv/css/otp_doc.css | |
parent | 54ee694393fc32da040f46218a3032f06c8c9964 (diff) | |
download | otp-14c9699175c4b37247a1a3fa4aa689003db661c6.tar.gz otp-14c9699175c4b37247a1a3fa4aa689003db661c6.tar.bz2 otp-14c9699175c4b37247a1a3fa4aa689003db661c6.zip |
remove white-space: pre, it broke some words in two lines
Diffstat (limited to 'lib/erl_docgen/priv/css/otp_doc.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 c27be67147..270822ba42 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -66,9 +66,9 @@ a:visited { color: #1b6ec2; text-decoration: none } text-align: center; } -span.bold_code { font-family: mono, Courier, monospace; white-space: pre; font-weight: bold } +span.bold_code { font-family: mono, Courier, monospace; font-weight: bold } span.code { - font-family: mono, Courier, monospace; white-space: pre; font-weight: normal; + font-family: mono, Courier, monospace; font-weight: normal; color: #000; background-color: #f5f5f5; padding: 0.15em; |