mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Padding tweak for all lists
This is particularly important in references where this small change saves a large number of pages from being printed. Bug: T172144 Change-Id: I7ceb244dc7be847cbe0fdc58c6a1cac6b0de3e0a
This commit is contained in:
parent
b1dff6dc3f
commit
595bf2cece
|
@ -118,7 +118,7 @@
|
|||
padding: 0;
|
||||
|
||||
li {
|
||||
padding: 5px 0;
|
||||
padding: 2px 0;
|
||||
font-size: 10pt;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue