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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_user_image.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/login/oobe_screen_user_image.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_user_image.css b/chrome/browser/resources/chromeos/login/oobe_screen_user_image.css
index 7c56e77458a1afe47186d15031d8bb8ba4676c01..464a43c0019fa0d9b5ce77777c8142251784e7e3 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_user_image.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_user_image.css
@@ -1,7 +1,6 @@
/* Copyright 2013 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. */
#user-image {
min-height: 443px;
@@ -55,16 +54,14 @@
padding: 2px;
}
-/**
- * #user-image-preview can have the following classes:
+/* #user-image-preview can have the following classes:
* .default-image: one of the default images is selected (including the grey
* silhouette);
* .profile-image: profile image is selected;
* .profile-image-loading: profile image is being loaded;
* .online: camera is streaming video;
* .camera: camera (live or photo) is selected;
- * .live: camera is in live mode (no photo taken yet/last photo removed).
- */
+ * .live: camera is in live mode (no photo taken yet/last photo removed). */
#user-image-preview {
float: right;
margin: 4px;

Powered by Google App Engine
This is Rietveld 408576698