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

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: rebase 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..6338db173defbbbdd4f65fef1b652e6215d50e0a 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,11 @@
-/*
- * 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.
- */
+ * found in the LICENSE file. */
body {
- background: #FFFFFF;
- margin: 10px 15px;
-webkit-user-select: none;
+ background: white;
+ margin: 10px 15px;
}
.cloudprint-signup {
« no previous file with comments | « chrome/browser/resources/cloud_print/cloud_print_setup_done.css ('k') | chrome/browser/resources/crashes.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698