From 932990c2fef378a98b96b5c945f196e2de28b885 Mon Sep 17 00:00:00 2001 From: Baha Date: Tue, 22 Aug 2017 16:23:48 -0400 Subject: [PATCH] Change print wordmark margin bottom to 20px from 10px Per T169826#3542839. Bug: T169826 Change-Id: I8658814988c15e48ca90875d33327a48ee8b7ca1 --- print.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print.less b/print.less index d770e3f..55d49fa 100644 --- a/print.less +++ b/print.less @@ -18,7 +18,7 @@ height: ~'@{printLogoHeight}px'; left: -9999px; line-height: 0; // line-height is needed for correctly displaying the size of the content box. - margin-bottom: 10px; + margin-bottom: 20px; position: absolute; width: ~'@{printLogoWidth}px'; }