Chromium Code Reviews| 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 e2a1906e6208f4c355fd91374ef5a3498ea48b18..23679d4c0ebd7e244f0086a8639e4799b274a9ec 100644 |
| --- a/chrome/browser/resources/md_history/history_list.html |
| +++ b/chrome/browser/resources/md_history/history_list.html |
| @@ -16,6 +16,10 @@ |
| padding-top: var(--first-card-padding-top); |
| } |
| + iron-list { |
| + @apply(--card-sizing); |
| + } |
| + |
| history-item { |
| --history-item-padding-side: var(--card-padding-side); |
| } |
|
calamity
2016/09/30 04:58:45
This can be removed.
tsergeant
2016/09/30 05:11:28
whoops, looks like this could have been removed a
|