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

Unified Diff: chrome/browser/resources/sync_internals/sync_index.html

Issue 8479042: UI polish for certificate viewer (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Remove body margins of two internal pages(due to the changes in tabs.css file). Created 9 years, 1 month 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/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>

Powered by Google App Engine
This is Rietveld 408576698