aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2016-10-31 20:56:22 +0000
committerMariano Guerra <[email protected]>2017-03-13 11:51:52 +0100
commit26b3c1eb0e4105a3be6ad338dd5452b751bc33df (patch)
tree304fde892817c06b11bd6bc6c977067c561744fd /lib/erl_docgen
parentcf92c3a9d202b9b9c1fc999910a5c977063389e0 (diff)
downloadotp-26b3c1eb0e4105a3be6ad338dd5452b751bc33df.tar.gz
otp-26b3c1eb0e4105a3be6ad338dd5452b751bc33df.tar.bz2
otp-26b3c1eb0e4105a3be6ad338dd5452b751bc33df.zip
match do's and dont's dialogs to note and warning
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r--lib/erl_docgen/priv/css/otp_doc.css11
1 files 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 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;