| 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..a6c604b10f38cd7321f63ab85f4f39fede0359e5 100644
|
| --- a/chrome/browser/resources/print_preview.html
|
| +++ b/chrome/browser/resources/print_preview.html
|
| @@ -48,8 +48,8 @@
|
| i18n-content="pageRangeInstruction"></span>
|
| </div>
|
| </div>
|
| - <hr class="invisible">
|
| - <div class="two-column">
|
| + <hr id="hr-before-copies" class="invisible">
|
| + <div id="copies-option" class="two-column option visible">
|
| <h1 i18n-content="copiesLabel"></h1>
|
| <div>
|
| <div>
|
| @@ -70,9 +70,8 @@
|
| </div>
|
| </div>
|
| </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 +89,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>
|
|
|