From 26b3c1eb0e4105a3be6ad338dd5452b751bc33df Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Mon, 31 Oct 2016 20:56:22 +0000 Subject: match do's and dont's dialogs to note and warning --- lib/erl_docgen/priv/css/otp_doc.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'lib/erl_docgen/priv/css/otp_doc.css') diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 8edb067df8..62dd60bbd3 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -100,33 +100,30 @@ a:visited { color: #1b6ec2; text-decoration: none } } .warning .content { background-color: #f8f9fa; - border: 1px solid #dee2e6; line-height: 120%; font-size: 90%; padding: 0.5em 1em; } .do .label { - background: #30d42a; + background-color: #2b8a3e; color: #fefefe; font-weight: bold; padding: 5px 10px; } .do .content { - background: #eafeea; - color: #1a1a1a; + background: #f8f9fa; line-height: 120%; font-size: 90%; padding: 5px 10px; } .dont .label { - background: #C00; + background: #c92a2a; color: #fefefe; font-weight: bold; padding: 5px 10px; } .dont .content { - background: #FFF0F0; - color: #1a1a1a; + background-color: #f8f9fa; line-height: 120%; font-size: 90%; padding: 5px 10px; -- cgit v1.2.3