aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2017-02-02 16:09:29 +0100
committerMariano Guerra <[email protected]>2017-03-13 11:51:52 +0100
commit55e19e41fd602867389c3938a0ff31f51a56051e (patch)
treefbf4c875cedeaf8154f01b780f6d5f4d6f267a9c
parent23465dff23ca9e958d279cbde952dcfcb0d23f4d (diff)
downloadotp-55e19e41fd602867389c3938a0ff31f51a56051e.tar.gz
otp-55e19e41fd602867389c3938a0ff31f51a56051e.tar.bz2
otp-55e19e41fd602867389c3938a0ff31f51a56051e.zip
define all font-sizes with em units
-rw-r--r--lib/erl_docgen/priv/css/otp_doc.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index c3ea63faaa..3c27ace3f3 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -90,7 +90,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
.note .content {
background: #f8f9fa;
line-height: 120%;
- font-size: 90%;
+ font-size: 0.9em;
padding: 0.5em 1em;
}
.warning .label {
@@ -102,7 +102,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
.warning .content {
background-color: #f8f9fa;
line-height: 120%;
- font-size: 90%;
+ font-size: 0.9em;
padding: 0.5em 1em;
}
.do .label {
@@ -114,7 +114,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
.do .content {
background: #f8f9fa;
line-height: 120%;
- font-size: 90%;
+ font-size: 0.9em;
padding: 0.5em 1em;
}
.dont .label {
@@ -126,7 +126,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
.dont .content {
background-color: #f8f9fa;
line-height: 120%;
- font-size: 90%;
+ font-size: 0.9em;
padding: 0.5em 1em;
}
@@ -144,7 +144,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
.extrafrontpageinfo {
color: #C00;
font-weight: bold;
- font-size: 120%;
+ font-size: 1.2em;
}
pre {