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

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: 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/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..19c58d341003c585691fb57a39957d27afade8ef 100644
--- a/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css
+++ b/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css
@@ -1,5 +1,4 @@
-/*
- * 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.
*/
Evan Stade 2012/04/03 02:59:48 poop
Dan Beam 2012/04/03 04:15:06 Done.
@@ -25,8 +24,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