diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2021-02-24 09:54:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-02-24 09:54:43 -0800 |
commit | cd8eb274e34415ba749cfb68bad27944d6486b7b (patch) | |
tree | 9b6de84b274ee2a140ec3a2c539edd69e1fb39c2 | |
parent | 68c56751c41fbd4ed97b46dab637addfbe488215 (diff) | |
download | subsurface-cd8eb274e34415ba749cfb68bad27944d6486b7b.tar.gz |
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 <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | Documentation/compact_subsurface.css | 8 |
1 files 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; } |