Problem
after applying new print styles to wikipedia articles with large reference sections, the number of pages are increasing.
Reducing the number of pages is one of our goals for new print styles.
Solution
- Reduce paddings between references UL
Spec
current
.vector-experimental-print-styles ol li, .vector-experimental-print-styles ul li { padding: 5px 0px; }
change it to
.vector-experimental-print-styles ol li, .vector-experimental-print-styles ul li { padding: 2px 0px; }