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