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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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/local_ntp/most_visited_single.css
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.css b/chrome/browser/resources/local_ntp/most_visited_single.css
index d2d356f9f7de9858bbe98edf3dcca51679228904..84109232f1ca3b61344ce151f01ba86c5b730d63 100644
--- a/chrome/browser/resources/local_ntp/most_visited_single.css
+++ b/chrome/browser/resources/local_ntp/most_visited_single.css
@@ -240,10 +240,8 @@ html[dir=rtl] .thumb-ntp .mv-title[style*='direction: rtl'] {
width: 48px;
}
-/*
- We use ::after without content to provide an aditional element on top of
- the thumbnail.
-*/
+/* We use ::after without content to provide an aditional element on top of the
+ * thumbnail. */
.mv-thumb.failed-img::after {
border: 8px solid #f2f2f2;
border-radius: 50%;
@@ -277,10 +275,8 @@ html[dir=rtl] .thumb-ntp .mv-title[style*='direction: rtl'] {
width: 16px;
}
-/*
- We use ::after without content to provide the masked X element.
- The "bottom" div is actually just the gradient.
-*/
+/* We use ::after without content to provide the masked X element. The "bottom"
+ * div is actually just the gradient. */
.mv-x::after {
-webkit-mask-image: -webkit-image-set(
url(chrome-search://local-ntp/images/close_3_mask.png) 1x,

Powered by Google App Engine
This is Rietveld 408576698