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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.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/media_router/elements/media_router_container/media_router_container.css
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
index dc16b716fb3618aba86d9e231e993092c3bac573..b62858f0a3dd30d27c436cc4d37839ed8a4f901a 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
@@ -154,8 +154,7 @@ paper-menu {
overflow-x: hidden;
/* overflow-y is set to auto when the results are actually displayed to allow
* scrolling. It is set to hidden by default so the scrollbar isn't displayed
- * while animating.
- */
+ * while animating. */
overflow-y: hidden;
position: absolute;
right: 0;
@@ -216,8 +215,7 @@ paper-menu {
}
/* Separate icon class is a consequence of box-sizing: border-box set by
- * paper-icon-button. This should achieve the same dimensions as .sink-icon.
- */
+ * paper-icon-button. This should achieve the same dimensions as .sink-icon. */
#sink-search-icon {
-webkit-margin-start: 4px;
-webkit-padding-end: 12px;
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_single.css ('k') | chrome/browser/resources/net_internals/chromeos_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698