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

This commit is contained in:
jenkins-bot 2019-11-12 10:45:43 +00:00 committed by Gerrit Code Review
commit dca39c79cc
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}
}
}