| Index: chrome/browser/resources/md_history/history_item.html
|
| diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
|
| index efd7d9ed305e18bd2996f2798ebee5426ce52bb8..6f92dd7ecc205975ec38d07d33b00882017afeac 100644
|
| --- a/chrome/browser/resources/md_history/history_item.html
|
| +++ b/chrome/browser/resources/md_history/history_item.html
|
| @@ -5,7 +5,6 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.html">
|
| <link rel="import" href="chrome://resources/html/util.html">
|
| <link rel="import" href="chrome://history/shared_style.html">
|
|
|
| @@ -31,11 +30,11 @@
|
|
|
| :host([is-card-start]) #main-container {
|
| border-top-width: 1px;
|
| - margin-top: 20px;
|
| }
|
|
|
| :host([is-card-end]) #main-container {
|
| border-bottom-width: 2px;
|
| + margin-bottom: 20px;
|
| }
|
|
|
| #date-accessed {
|
|
|