| Index: chrome/browser/resources/settings/device_page/display_overscan_dialog.html
|
| diff --git a/chrome/browser/resources/settings/device_page/display_overscan_dialog.html b/chrome/browser/resources/settings/device_page/display_overscan_dialog.html
|
| index f8b3c9d62eed35010cd9d0edcea0970928794919..c9adea8dfc7ddb9386689f5f8271809371b72bc8 100644
|
| --- a/chrome/browser/resources/settings/device_page/display_overscan_dialog.html
|
| +++ b/chrome/browser/resources/settings/device_page/display_overscan_dialog.html
|
| @@ -1,7 +1,7 @@
|
| <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html">
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.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-button/paper-button.html">
|
| <link rel="import" href="../icons.html">
|
| @@ -9,7 +9,7 @@
|
|
|
| <dom-module id="settings-display-overscan-dialog">
|
| <template>
|
| - <style include="settings-shared">
|
| + <style include="settings-shared iron-flex iron-flex-alignment">
|
| .subtitle {
|
| margin-top: 10px;
|
| }
|
|
|