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:
jdlrobson 2017-08-03 15:18:40 -07:00
parent b1dff6dc3f
commit 595bf2cece
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
padding: 0;
li {
padding: 5px 0;
padding: 2px 0;
font-size: 10pt;
}
}