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

Unified Diff: components/dom_distiller/core/html/dom_distiller_viewer.html

Issue 1060623002: Adds support for dynamically setting the title (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/core/html/dom_distiller_viewer.html
diff --git a/components/dom_distiller/core/html/dom_distiller_viewer.html b/components/dom_distiller/core/html/dom_distiller_viewer.html
index 334cd304a9ea6cd85fb680fe84c229cc136b02dd..d041ab5658c3859f6b353c2fd5407099b564fc29 100644
--- a/components/dom_distiller/core/html/dom_distiller_viewer.html
+++ b/components/dom_distiller/core/html/dom_distiller_viewer.html
@@ -15,8 +15,14 @@ found in the LICENSE file.
<body dir="$9" class="$4">
<div id="mainContent">
<article>
- <header>
- <h1>$1</h1>
+ <header id="articleHeader">
+ <div id="titleCollapse">
+ <div class="verticalCenterOuter">
+ <div class="verticalCenterInner">
+ <h1 id="titleHolder">$1</h1>
+ </div>
+ </div>
+ </div>
</header>
<div id="content">$5</div>
</article>

Powered by Google App Engine
This is Rietveld 408576698