Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 1729263005: MD History: Display synced tabs history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdh_shared_styles
Patch Set: address comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a011e4491caba038f8f412d2f66e918490c5acba..d9411412818cd7b5dca7c1c0a1ee2d251e0d3a83 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -31,11 +31,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 {

Powered by Google App Engine
This is Rietveld 408576698