| Index: chrome/browser/resources/settings/site_settings/site_list.html
|
| diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
|
| index 868bd9d27e971f9a2095de9b7bad2d2467a5eb46..3101a14091c2420adaffb8c8b15c4c90db84942b 100644
|
| --- a/chrome/browser/resources/settings/site_settings/site_list.html
|
| +++ b/chrome/browser/resources/settings/site_settings/site_list.html
|
| @@ -5,7 +5,6 @@
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_indicator.html">
|
| <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout-classes.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| <link rel="import" href="../i18n_setup.html">
|
| @@ -65,7 +64,7 @@
|
| <div class="list-frame menu-content vertical-list" id="listContainer">
|
| <template is="dom-repeat" items="[[sites]]">
|
| <div class="list-item">
|
| - <div class="layout horizontal center flex"
|
| + <div class="settings-row"
|
| actionable$="[[enableSiteSettings_]]" on-tap="onOriginTap_">
|
| <div class="favicon-image"
|
| style$="[[computeSiteIcon(item.origin)]]">
|
|
|