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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.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/wallpaper_manager/css/wallpaper_manager.css
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css b/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
index c38868a7f7866537b694735b31683574a20485d7..78c5a76dcec920e64d5a942ed2cc97bb95d171ea 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
@@ -18,15 +18,13 @@ body {
/* Click events are not received in draggable area. Making all clickable areas
* not draggable to receive click events.
- * TODO(bshe): Remove this when http://crbug.com/142275 fixed.
- */
+ * TODO(bshe): Remove this when http://crbug.com/142275 fixed. */
.dialog-topbar #navstrip,
.dialog-topbar #window-close-button,
.overlay-container .page,
#author-website,
/* TODO(bshe): Once http://crbug.com/369651 fixed, use .image-picker instead of
- * #category-container.
- */
+ * #category-container. */
#category-container,
#surprise-me {
-webkit-app-region: no-drag;
@@ -156,8 +154,7 @@ body {
display: block;
/* Set font size to 0 to remove the extra vertical margin between two rows of
* thumbnails.
- * TODO(bshe): Find the root cause of the margin.
- */
+ * TODO(bshe): Find the root cause of the margin. */
font-size: 0;
height: 287px;
outline: none;
@@ -219,8 +216,7 @@ body {
/* The width and height of img tag need to be set here. Otherwise, an incorrect
* image size may be used during layout. Some images may be misaligned as a
* result. See http://code.google.com/p/chromium/issues/detail?id=148480 for
- * screen shot.
- */
+ * screen shot. */
.image-picker img {
height: 68px;
width: 108px;
« no previous file with comments | « chrome/browser/resources/chromeos/slow.css ('k') | chrome/browser/resources/device_log_ui/device_log_ui.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698