| Index: chrome/browser/resources/options/language_options.css
|
| diff --git a/chrome/browser/resources/options/language_options.css b/chrome/browser/resources/options/language_options.css
|
| index 384f64bacbca4e782099e5b92631526071a05f3d..c1dc7a409039a7008fff2370e42d36fddfb1786a 100644
|
| --- a/chrome/browser/resources/options/language_options.css
|
| +++ b/chrome/browser/resources/options/language_options.css
|
| @@ -118,7 +118,10 @@
|
| margin-top: 12px;
|
| }
|
|
|
| -<if expr="not pp_ifdef('touchui')">
|
| +/*
|
| + * In ChromeOS we present the language choices as a big page of links.
|
| + */
|
| +
|
| html[os=chromeos] #add-language-overlay-language-list {
|
| -webkit-column-count: 2;
|
| -webkit-column-gap: 20px;
|
| @@ -145,7 +148,6 @@ html[os=chromeos] #add-language-overlay-page ul {
|
| padding: 0;
|
| margin: 0;
|
| }
|
| -</if>
|
|
|
| /* TODO(kochi): This is temporary copy from new_tab.css */
|
| /* Notification */
|
|
|