diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 12:40:57 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | d621aa8ab3420de2abaf7d839808b7e62f56ec61 (patch) | |
tree | 3dffef86a9116d39997eafe61185cbded65f6f33 | |
parent | ee67e6bc578a421c691d7fce0a1aa87f9157dca7 (diff) | |
download | otp-d621aa8ab3420de2abaf7d839808b7e62f56ec61.tar.gz otp-d621aa8ab3420de2abaf7d839808b7e62f56ec61.tar.bz2 otp-d621aa8ab3420de2abaf7d839808b7e62f56ec61.zip |
don't use red for the line separating panel
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index fdcd2bca25..bdb0db5e30 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -42,7 +42,7 @@ a:visited { color: blue; text-decoration: none } overflow:auto; margin: 0; padding: 1px; - border-right: 1px solid red; + border-right: 1px solid #ccc; } #content { |