From 4e16f169fbc50d9cfa629bd9dca31fffa9670f6d Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Sat, 21 Jan 2017 13:14:01 +0100 Subject: make text smaller for tables and code samples --- lib/erl_docgen/priv/css/otp_doc.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/erl_docgen') 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{ -- cgit v1.2.3