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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.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: estade review 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/bookmark_manager/css/bookmark_all_tabs.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css b/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css
index df0df40a6165e29a2491915fab556ccf34864e16..1d230658642c4c7019603e2ac6e60ded560d00d5 100644
--- a/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css
+++ b/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css
@@ -1,8 +1,6 @@
-/*
- * Copyright (c) 2011 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. */
* {
margin: 0;
@@ -25,8 +23,8 @@ body {
.dialog-title {
-webkit-box-sizing: border-box;
background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
- border-bottom: 1px #d6d9e3 solid;
- color: #42506c;
+ border-bottom: 1px rgb(214, 217, 227) solid;
+ color: rgb(66, 80, 108);
cursor: default;
font-size: 15px;
font-weight: bold;

Powered by Google App Engine
This is Rietveld 408576698