| Index: chrome/browser/resources/print_preview/color_settings.html
|
| diff --git a/chrome/browser/resources/print_preview/color_settings.html b/chrome/browser/resources/print_preview/color_settings.html
|
| index febfdd23dd737f23bafdce092e23364fa3a29b18..85f3e2bf4bfea229f515af2bfc1e78b861521a9e 100644
|
| --- a/chrome/browser/resources/print_preview/color_settings.html
|
| +++ b/chrome/browser/resources/print_preview/color_settings.html
|
| @@ -1,7 +1,7 @@
|
| -<div id="color-option" class="two-column option" aria-hidden="true"
|
| - aria-live="polite">
|
| +<div id="color-option" class="two-column displaytablerow visible"
|
| + aria-hidden="true" aria-live="polite">
|
| <h1 i18n-content="optionColor"></h1>
|
| - <div>
|
| + <div class="right-column">
|
| <div>
|
| <input id="color" type="radio" name="color"/>
|
| <label for="color" i18n-content="optionColor"></label>
|
|
|