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

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

Issue 8461015: UI polish for certificate viewer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Remove a patch for aura touch. 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.css
diff --git a/chrome/browser/resources/sync_internals/sync_index.css b/chrome/browser/resources/sync_internals/sync_index.css
new file mode 100644
index 0000000000000000000000000000000000000000..ec44415954802c3e9af301a3b45f19fb358acde3
--- /dev/null
+++ b/chrome/browser/resources/sync_internals/sync_index.css
@@ -0,0 +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.
+*/
+
+body {
+ /* Remove body margin as the general tabpanels do not have outer border. */
+ margin: 0;
Evan Stade 2011/12/01 22:09:07 I'm not sure I agree with this change
bshe 2011/12/01 22:29:39 The reason I made this change is to make the tab b
+}

Powered by Google App Engine
This is Rietveld 408576698