Chromium Code Reviews| Index: chrome/browser/resources/quota_internals/main.css |
| diff --git a/chrome/browser/resources/quota_internals/main.css b/chrome/browser/resources/quota_internals/main.css |
| index 575340613f940158e5809e926bbe0c7682cb5592..5bfcc1856c62d806f6c93e094d5ebebe756c3f12 100644 |
| --- a/chrome/browser/resources/quota_internals/main.css |
| +++ b/chrome/browser/resources/quota_internals/main.css |
| @@ -1,10 +1,10 @@ |
| -/* |
| -Copyright (c) 2011 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. |
| -*/ |
| +/* 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
nooo
Dan Beam
2012/04/03 04:15:06
Done.
|
| -th, td { |
| +th, |
| +td { |
| padding-left: 0.5em; |
| padding-right: 0.5em; |
| text-align: center; |
| @@ -17,9 +17,9 @@ th, td { |
| } |
| tr:nth-child(odd) { |
| - background: #eeeeff; |
| + background: rgb(238, 238, 255); |
| } |
| .tree-item:not([may-have-children]) > .tree-row > .tree-label { |
| - background-image: url("../shared/images/icon_file.png"); |
| + background-image: url('../shared/images/icon_file.png'); |
| } |