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

Unified Diff: chrome/browser/resources/quota_internals/main.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/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>

Powered by Google App Engine
This is Rietveld 408576698