From f5124a0dec1317c48672b137d202e9c8b1c4f8f5 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 25 Jul 2017 15:02:33 -0700 Subject: [PATCH] Print styles: Apply padding and margins to ol as well as ul Bug: T169823 Change-Id: I60638f18ea5ca4362699e7ea930b426be4e8eee1 --- print.less | 1 + 1 file changed, 1 insertion(+) diff --git a/print.less b/print.less index 9283ec3..5cb0f98 100644 --- a/print.less +++ b/print.less @@ -74,6 +74,7 @@ padding-left: 20px; } + ol, ul { margin: 10px 0 0 1.6em; padding: 0;