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

Unified Diff: chrome/browser/resources/options2/startup_overlay.css

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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/options2/startup_overlay.css
diff --git a/chrome/browser/resources/options2/startup_overlay.css b/chrome/browser/resources/options2/startup_overlay.css
index 7ea8b11fb5a51e4d3c2c45cdc63b174991bdfb97..2d5e8edce545d11539a05cab534c357295c1a804 100644
--- a/chrome/browser/resources/options2/startup_overlay.css
+++ b/chrome/browser/resources/options2/startup_overlay.css
@@ -1,3 +1,7 @@
+/* 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. */
+
#startup-overlay {
min-width: 600px;
}
@@ -24,10 +28,10 @@
#startupPagesListDropmarker {
background-clip: padding-box;
background-color: hsl(214, 91%, 65%);
+ border: 2px solid hsl(214, 91%, 65%);
border-bottom-color: transparent;
border-radius: 0;
border-top-color: transparent;
- border: 2px solid hsl(214, 91%, 65%);
box-sizing: border-box;
display: none;
height: 6px;

Powered by Google App Engine
This is Rietveld 408576698