From 14c9699175c4b37247a1a3fa4aa689003db661c6 Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Sat, 22 Oct 2016 17:42:11 +0100 Subject: remove white-space: pre, it broke some words in two lines --- lib/erl_docgen/priv/css/otp_doc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/erl_docgen/priv') 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; -- cgit v1.2.3