| Index: chrome/browser/resources/print_preview.html
|
| diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
|
| index ec4c2927555431b91d2afe61641afaf18981b821..9ca56f1f6cf422d1771b24db58e2d0a55ed8a3f1 100644
|
| --- a/chrome/browser/resources/print_preview.html
|
| +++ b/chrome/browser/resources/print_preview.html
|
| @@ -72,7 +72,7 @@
|
| </div>
|
| </div>
|
| <hr>
|
| - <div class="two-column">
|
| + <div id="landscape-option" class="two-column option visible">
|
| <h1 i18n-content="layoutLabel"></h1>
|
| <div>
|
| <div>
|
| @@ -90,7 +90,7 @@
|
| </div>
|
| </div>
|
| <hr>
|
| - <div id="color-options" class="two-column hidden">
|
| + <div id="color-options" class="two-column option">
|
| <h1 i18n-content="optionColor"></h1>
|
| <div>
|
| <div>
|
|
|