Chromium Code Reviews| 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 2aef5882009b4921a164083f3fbe6b614276e4d4..ff643ff6dbf145aa08db0e72bec2d58033369561 100644 |
| --- a/components/dom_distiller/core/html/dom_distiller_viewer.html |
| +++ b/components/dom_distiller/core/html/dom_distiller_viewer.html |
| @@ -8,11 +8,12 @@ found in the LICENSE file. |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> |
| - <title>$1</title> |
| - $2 |
| + <title>$6</title> |
|
cjhopman
2015/05/26 21:48:15
I'd renumber these so that they're in order... but
mdjones
2015/05/27 01:01:50
Done.
|
| + <!-- Placeholder for CSS. --> |
| + $1 |
| <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> |
| </head> |
| -<body dir="$8" class="$4"> |
| +<body class="$3"> |
| <div id="contentWrap"> |
| <div id="mainContent"> |
| <article> |
| @@ -20,7 +21,7 @@ found in the LICENSE file. |
| <div id="titleCollapse"> |
| <div class="verticalCenterOuter"> |
| <div class="verticalCenterInner"> |
| - <h1 id="titleHolder">$1</h1> |
| + <h1 id="titleHolder"></h1> |
| </div> |
| </div> |
| </div> |
| @@ -28,7 +29,7 @@ found in the LICENSE file. |
| <div id="content"></div> |
| </article> |
| </div> |
| - <div id="loadingIndicator" class="$5"> |
| + <div id="loadingIndicator" class="visible"> |
| <div id="loader"> |
| <div class="circle initial"> |
| <span class="mask"> |
| @@ -82,7 +83,7 @@ found in the LICENSE file. |
| </div> |
| </div> |
| <div id="showOriginal"> |
| - <a href="$6">$7</a> |
| + <a href="$4">$5</a> |
| </div> |
| </div> |
| <div id="feedbackContainer" class="footerFeedback"> |
| @@ -96,5 +97,6 @@ found in the LICENSE file. |
| <div class="clear"></div> |
| </div> |
| </body> |
| -$3 |
| +<!-- Placeholder for JavaScript. --> |
| +$2 |
| </html> |