File 2749-match-do-s-and-dont-s-dialogs-to-note-and-warning.patch of Package erlang

From 26b3c1eb0e4105a3be6ad338dd5452b751bc33df Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Mon, 31 Oct 2016 20:56:22 +0000
Subject: [PATCH 49/59] 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(-)

diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index 8edb067df..62dd60bbd 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;
-- 
2.12.2

openSUSE Build Service is sponsored by