| Index: chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
|
| diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
|
| index e8a10865dfea3831dbb8d4ce45c577cd789b1656..1cb4233966ec259e44e1eb2f718805a91032fef5 100644
|
| --- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
|
| +++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
|
| @@ -2,8 +2,14 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -.icon-container {
|
| +.favicon-image {
|
| -webkit-margin-end: 8px;
|
| + background-repeat: no-repeat;
|
| + background-size: contain;
|
| + display: inline-block;
|
| + height: 20px;
|
| + vertical-align: middle;
|
| + width: 20px;
|
| }
|
|
|
| .name {
|
|
|