Index: chrome/browser/resources/sync_internals/sync_index.html |
diff --git a/chrome/browser/resources/sync_internals/sync_index.html b/chrome/browser/resources/sync_internals/sync_index.html |
index 74d67f6f91844a298496eb6c563c3dc8fcb9da90..e94809e409952fc83c2642a27b6b68a16fe1f1b4 100644 |
--- a/chrome/browser/resources/sync_internals/sync_index.html |
+++ b/chrome/browser/resources/sync_internals/sync_index.html |
@@ -9,6 +9,12 @@ chrome/test/functional/special_tabs.py. --> |
<link rel="stylesheet" href="chrome://resources/css/tree.css"> |
<link rel="stylesheet" href="sync_search.css"> |
<link rel="stylesheet" href="sync_node_browser.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
Should I create a new CSS file for this rule? Or s
flackr
2011/11/22 17:02:59
It's okay to create a new file with one rule, if t
bshe
2011/11/22 19:20:46
Done.
|
+</style> |
<script src="chrome://resources/css/tree.css.js"></script> |