Print styles: Apply padding and margins to ol as well as ul

Bug: T169823
Change-Id: I60638f18ea5ca4362699e7ea930b426be4e8eee1
This commit is contained in:
jdlrobson 2017-07-25 15:02:33 -07:00 committed by Jdlrobson
parent 204781957d
commit f5124a0dec
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
padding-left: 20px;
}
ol,
ul {
margin: 10px 0 0 1.6em;
padding: 0;