aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2017-02-02 16:06:03 +0100
committerMariano Guerra <[email protected]>2017-03-13 11:51:52 +0100
commit23465dff23ca9e958d279cbde952dcfcb0d23f4d (patch)
tree5f2356cf1942a29bd73baacd3a4d5e060b4b7897 /lib/erl_docgen
parent63aa999d5e7a53ab80782c29f643587979c943a1 (diff)
downloadotp-23465dff23ca9e958d279cbde952dcfcb0d23f4d.tar.gz
otp-23465dff23ca9e958d279cbde952dcfcb0d23f4d.tar.bz2
otp-23465dff23ca9e958d279cbde952dcfcb0d23f4d.zip
unify all paddings of content boxes
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r--lib/erl_docgen/priv/css/otp_doc.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index de0c6a6b64..c3ea63faaa 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -85,7 +85,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
background-color: #2b8a3e;
color: #fefefe;
font-weight: bold;
- padding: 5px 10px;
+ padding: 0.5em 1em;
}
.note .content {
background: #f8f9fa;
@@ -97,7 +97,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
background: #c92a2a;
color: #fefefe;
font-weight: bold;
- padding: 5px 10px;
+ padding: 0.5em 1em;
}
.warning .content {
background-color: #f8f9fa;
@@ -109,25 +109,25 @@ a:visited { color: #1b6ec2; text-decoration: none }
background-color: #2b8a3e;
color: #fefefe;
font-weight: bold;
- padding: 5px 10px;
+ padding: 0.5em 1em;
}
.do .content {
background: #f8f9fa;
line-height: 120%;
font-size: 90%;
- padding: 5px 10px;
+ padding: 0.5em 1em;
}
.dont .label {
background: #c92a2a;
color: #fefefe;
font-weight: bold;
- padding: 5px 10px;
+ padding: 0.5em 1em;
}
.dont .content {
background-color: #f8f9fa;
line-height: 120%;
font-size: 90%;
- padding: 5px 10px;
+ padding: 0.5em 1em;
}
.quote {