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

Unified Diff: components/dom_distiller/content/resources/dom_distiller_viewer.html

Issue 341563002: Theme Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor change - dependency order Created 6 years, 5 months 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: components/dom_distiller/content/resources/dom_distiller_viewer.html
diff --git a/components/dom_distiller/content/resources/dom_distiller_viewer.html b/components/dom_distiller/content/resources/dom_distiller_viewer.html
index 9812c4daee999f596d1053b69bd8a47e8b1c52b6..e5b0e9938ac8fefed3706ffc68b37a6abbc8bdb7 100644
--- a/components/dom_distiller/content/resources/dom_distiller_viewer.html
+++ b/components/dom_distiller/content/resources/dom_distiller_viewer.html
@@ -12,11 +12,11 @@ found in the LICENSE file.
<link rel="stylesheet" href="/$2">
<script src="/$3"></script>
</head>
-<body>
+<body class="$4">
<div id="mainContent">
<article>
<header>
- <h1>$4</h1>
+ <h1>$1</h1>
</header>
<div id="content">$5</div>
</article>

Powered by Google App Engine
This is Rietveld 408576698