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

Unified Diff: chrome/browser/resources/cloud_print/cloud_print_setup_login.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing .py files Created 8 years, 9 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/cloud_print/cloud_print_setup_login.css
diff --git a/chrome/browser/resources/cloud_print/cloud_print_setup_login.css b/chrome/browser/resources/cloud_print/cloud_print_setup_login.css
index f5e881b08dfe3c78dde86c83bd90b306af61615d..673084ecd5b569cc0e6063e2b974abd6c2104444 100644
--- a/chrome/browser/resources/cloud_print/cloud_print_setup_login.css
+++ b/chrome/browser/resources/cloud_print/cloud_print_setup_login.css
@@ -1,13 +1,12 @@
-/*
- * Copyright (c) 2012 The Chromium Authors. All rights reserved.
+/* Copyright (c) 2012 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.
*/
Evan Stade 2012/04/03 02:59:48 poop
Dan Beam 2012/04/03 04:15:06 Done.
body {
- background: #FFFFFF;
- margin: 10px 15px;
-webkit-user-select: none;
+ background: #fff;
Evan Stade 2012/04/03 02:59:48 white
Dan Beam 2012/04/03 04:15:06 Done.
+ margin: 10px 15px;
}
.cloudprint-signup {

Powered by Google App Engine
This is Rietveld 408576698