mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 11:58:44 +00:00
Merge "Bump running text to more generally readable 12pt
on print stylesheet"
This commit is contained in:
commit
dca39c79cc
10
print.less
10
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue