diff options
author | Mariano Guerra <[email protected]> | 2016-10-31 20:56:22 +0000 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 26b3c1eb0e4105a3be6ad338dd5452b751bc33df (patch) | |
tree | 304fde892817c06b11bd6bc6c977067c561744fd /lib/erl_docgen/priv | |
parent | cf92c3a9d202b9b9c1fc999910a5c977063389e0 (diff) | |
download | otp-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/priv')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 11 |
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; |