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

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: rebase Created 5 years, 8 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 672856146a490949ead6b9624d70bb3faede0b09..02704ea93561513de9cb6f2b2ac0a848e0249d9e 100644
--- a/components/dom_distiller/core/html/dom_distiller_viewer.html
+++ b/components/dom_distiller/core/html/dom_distiller_viewer.html
@@ -16,8 +16,14 @@ found in the LICENSE file.
<div class="contentWrap">
<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">$9</div>
</article>
« no previous file with comments | « components/dom_distiller/core/css/distilledpage.css ('k') | components/dom_distiller/core/javascript/dom_distiller_viewer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698