Merge "Change print wordmark margin bottom to 20px from 10px"

This commit is contained in:
jenkins-bot 2017-08-22 22:16:08 +00:00 committed by Gerrit Code Review
commit d3a3832e83
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}