| Index: chrome/browser/resources/print_preview/header_footer_settings.html
|
| diff --git a/chrome/browser/resources/print_preview/header_footer_settings.html b/chrome/browser/resources/print_preview/header_footer_settings.html
|
| index 66c8a57edc96349320cddb1c49ddb0a38a5816c6..faa22ac6645b3b9205e5e25dd89910b62873eecb 100644
|
| --- a/chrome/browser/resources/print_preview/header_footer_settings.html
|
| +++ b/chrome/browser/resources/print_preview/header_footer_settings.html
|
| @@ -1,6 +1,6 @@
|
| -<div id="header-footer-option" class="two-column option visible">
|
| +<div id="header-footer-option" class="two-column visible">
|
| <h1 i18n-content="optionsLabel"></h1>
|
| - <div>
|
| + <div class="right-column">
|
| <input id="header-footer" type="checkbox" checked>
|
| <label for="header-footer" i18n-content="optionHeaderFooter"></label>
|
| </div>
|
|
|