From 1d68f1dec327f039cac74982a48044f6e6b29ea9 Mon Sep 17 00:00:00 2001 From: Volker E Date: Fri, 8 Nov 2019 14:20:36 -0800 Subject: [PATCH] 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 --- print.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; } } }