| Index: chrome/browser/resources/md_history/history_list.html
|
| diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
|
| index fdb1b1bb6cf0ba669559c8d25d65fd417f7f07ae..c74986f016d9f26491608c39aef0e9e60d70f20c 100644
|
| --- a/chrome/browser/resources/md_history/history_list.html
|
| +++ b/chrome/browser/resources/md_history/history_list.html
|
| @@ -4,9 +4,11 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-menu/paper-menu.html">
|
| <link rel="import" href="chrome://resources/html/cr/ui/position_util.html">
|
| <link rel="import" href="chrome://history/history_item.html">
|
| +<link rel="import" href="chrome://history/shared_style.html">
|
|
|
| <dom-module id="history-list">
|
| <template>
|
| + <style include="shared-style"></style>
|
| <style>
|
| :host {
|
| display: flex;
|
| @@ -28,7 +30,7 @@
|
|
|
| #infinite-list {
|
| flex: 1;
|
| - padding: 20px 0 0 0;
|
| + padding-top: var(--first-card-padding-top);
|
| }
|
|
|
| paper-item {
|
|
|