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

Unified Diff: chrome/browser/resources/chromeos/first_run/preload.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/chromeos/first_run/preload.css
diff --git a/chrome/browser/resources/chromeos/first_run/preload.css b/chrome/browser/resources/chromeos/first_run/preload.css
index 03baa02837dac278bfe411feb392e7e1e45fb3a8..36b9442745c2c6dbab5367c1189eb9ae85ef98f2 100644
--- a/chrome/browser/resources/chromeos/first_run/preload.css
+++ b/chrome/browser/resources/chromeos/first_run/preload.css
@@ -1,14 +1,10 @@
-/**
- * Copyright 2014 The Chromium Authors. All rights reserved.
+/* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
+ * found in the LICENSE file. */
-/**
- * Preloads images. Without preloading, background image starts loading in
+/* Preloads images. Without preloading, background image starts loading in
* the moment when CSS property is applied. Image loading has visible delay and
- * looks like defect.
- */
+ * looks like defect. */
@media all and (-webkit-max-device-pixel-ratio: 1.5) {
body::after {
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/first_run.css ('k') | chrome/browser/resources/chromeos/first_run/step.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698