| Index: chrome/browser/resources/print_preview/print_header.css
|
| diff --git a/chrome/browser/resources/print_preview/print_header.css b/chrome/browser/resources/print_preview/print_header.css
|
| index bd1b9348cf8aab76ef634af772fe2823916f0729..74cc78327df543c678ae1d44da9d72a02bba4b47 100644
|
| --- a/chrome/browser/resources/print_preview/print_header.css
|
| +++ b/chrome/browser/resources/print_preview/print_header.css
|
| @@ -3,12 +3,11 @@
|
| * found in the LICENSE file. */
|
|
|
| #print-header {
|
| - padding-bottom: 10px;
|
| - padding-top: 10px;
|
| + padding-bottom: 20px;
|
| + padding-top: 6px;
|
| }
|
|
|
| #print-header .summary {
|
| - color: rgb(83, 99, 125);
|
| display: block;
|
| - min-height: 30px;
|
| + min-height: 34px;
|
| }
|
|
|