Chromium Code Reviews| Index: chrome/browser/resources/quota_internals/main.html |
| diff --git a/chrome/browser/resources/quota_internals/main.html b/chrome/browser/resources/quota_internals/main.html |
| index e8f9aaeed44d5fcbbec5595d43e20aac6cd285b7..b4d8a178c8d9b52dc4407068c09c83508a9188e5 100644 |
| --- a/chrome/browser/resources/quota_internals/main.html |
| +++ b/chrome/browser/resources/quota_internals/main.html |
| @@ -7,6 +7,12 @@ found in the LICENSE file. |
| <html i18n-values="dir:textdirection;"> |
| <title>Quota Internals</title> |
| <link rel="stylesheet" href="main.css"/> |
| +<style> |
| +body { |
| + /* Remove body margin as the general tabpanels do not have outer border. */ |
| + margin: 0; |
| +} |
|
flackr
2011/11/21 20:43:31
Move to CSS file.
bshe
2011/11/22 16:26:24
Done.
|
| +</style> |
| <script src="chrome://resources/js/util.js"></script> |
| <script src="chrome://resources/js/cr.js"></script> |