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..7e568ce7bff9552e85ebf8cf75bc550f096cb4d8 100644 |
| --- a/chrome/browser/resources/quota_internals/main.css |
| +++ b/chrome/browser/resources/quota_internals/main.css |
| @@ -4,6 +4,11 @@ Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| */ |
| +body { |
| + /* Remove body margin as the general tabpanels do not have outer border. */ |
| + margin: 0; |
|
Evan Stade
2011/12/01 22:09:07
I don't know what quota internals is but I'd have
bshe
2011/12/01 22:29:39
Please see this link: chrome://quota-internals/
O
|
| +} |
| + |
| th, td { |
| padding-left: 0.5em; |
| padding-right: 0.5em; |