From cd8eb274e34415ba749cfb68bad27944d6486b7b Mon Sep 17 00:00:00 2001 From: Willem Ferguson Date: Wed, 24 Feb 2021 09:54:23 -0800 Subject: mobile/manual: tuning of header sizes This makes all the font sizes relative and avoids odd effects on some browsers. Signed-off-by: Willem Ferguson Signed-off-by: Dirk Hohndel --- Documentation/compact_subsurface.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/compact_subsurface.css b/Documentation/compact_subsurface.css index 14a84875f..9a004c90f 100644 --- a/Documentation/compact_subsurface.css +++ b/Documentation/compact_subsurface.css @@ -69,12 +69,12 @@ body { font-family: Verdana, sans-serif; } #footer { font-size: 0.8em; } h2, h3, h4, h5, .title { font-family: Arial, sans-serif; } -h2 { font-size: 1.5em; } +h2 { font-size: 160%; } .sectionbody { font-size: 0.85em; } .sectionbody .sectionbody { font-size: inherit; } -h3 { font-size: 159%; } /* 1.35em */ -h4 { font-size: 141%; } /* 1.2em */ -h5 { font-size: 118%; } /* 1em */ +h3 { font-size: 150%; } /* 1.35em */ +h4 { font-size: 140%; } /* 1.2em */ +h5 { font-size: 130%; } /* 1em */ .title { font-size: 106%; /* 0.9em */ font-weight: bold; } -- cgit v1.2.3-70-g09d2