diff options
author | Mariano Guerra <[email protected]> | 2017-01-21 13:14:01 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 4e16f169fbc50d9cfa629bd9dca31fffa9670f6d (patch) | |
tree | 1cf697a2139e7703950a867f2d63609224f9b3c7 /lib/erl_docgen/priv | |
parent | a7db986588088d9e49caa8e45d28e31018eb14ef (diff) | |
download | otp-4e16f169fbc50d9cfa629bd9dca31fffa9670f6d.tar.gz otp-4e16f169fbc50d9cfa629bd9dca31fffa9670f6d.tar.bz2 otp-4e16f169fbc50d9cfa629bd9dca31fffa9670f6d.zip |
make text smaller for tables and code samples
Diffstat (limited to 'lib/erl_docgen/priv')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 4797d5c0ea..2e397682e3 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -140,6 +140,7 @@ a:visited { color: #1b6ec2; text-decoration: none } border: 1px solid #dee2e6; padding: 0.5em 1em; margin: 1em 0; + font-size: 0.7em; } .extrafrontpageinfo { color: #C00; @@ -187,6 +188,7 @@ footer { } .doc-table, .doc-image{ min-width: 50%; margin: 0 auto; + font-size: 0.7em; } .doc-table-caption, .doc-image-caption{ |