Bump running text to more generally readable `12pt` on print stylesheet

Also bumping headings to not go smaller than running text and
leaving footer text unchanged.

Bug: T183105
Change-Id: Ifb57a6261b6908f23dca52e4544c58ec1935009a
This commit is contained in:
Volker E 2019-11-08 14:20:36 -08:00 committed by Jdrewniak
parent 28b575ddff
commit 1d68f1dec3
1 changed files with 5 additions and 5 deletions

View File

@ -127,12 +127,12 @@
h4, h4,
h5, h5,
h6 { h6 {
font-size: 10pt; font-size: 12pt;
line-height: 15pt; line-height: 16pt;
} }
p { p {
font-size: 10pt; font-size: 12pt;
line-height: 16pt; line-height: 16pt;
margin-top: 5px; margin-top: 5px;
text-align: justify; text-align: justify;
@ -164,7 +164,7 @@
li { li {
padding: 2px 0; padding: 2px 0;
font-size: 10pt; font-size: 12pt;
// T178667: Inline lists in new print styles should not // T178667: Inline lists in new print styles should not
// have a smaller font size than surrounding content // have a smaller font size than surrounding content
@ -204,8 +204,8 @@
li.toclevel-1 { li.toclevel-1 {
> a { > a {
font-size: 12pt;
font-weight: bold; font-weight: bold;
font-size: 10pt;
} }
} }
} }