| 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>
|
|
|