Chromium Code Reviews| 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..d38883a01fea9dfe01e5034ef23ca05e75f3fb21 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="inivisible"> |
|
Lei Zhang
2011/05/27 22:58:01
typo: inivisible
dpapad
2011/05/27 23:16:17
Done.
|
| + <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> |