summaryrefslogtreecommitdiff
path: root/lib/erl_docgen/priv/css/otp_doc.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/erl_docgen/priv/css/otp_doc.css')
-rw-r--r--lib/erl_docgen/priv/css/otp_doc.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index d8615c7c4f..796d2f4096 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -286,7 +286,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
background-color: #f3f3f3;
}
-.note, .warning, .do, .dont {
+.note, .change, .warning, .do, .dont {
border: 1px solid #495057;
margin: 1em 0;
}
@@ -302,6 +302,18 @@ a:visited { color: #1b6ec2; text-decoration: none }
font-size: 0.9em;
padding: 0.5em 1em;
}
+.change .label {
+ background-color: steelblue;
+ color: #fefefe;
+ font-weight: bold;
+ padding: 0.5em 1em;
+}
+.change .content {
+ background: #f8f9fa;
+ line-height: 120%;
+ font-size: 0.9em;
+ padding: 0.5em 1em;
+}
.warning .label {
background: #c92a2a;
color: #fefefe;