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

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

Issue 1015463004: Consistent content placement method for dom-distiller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert ios code 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..1a1c6fb2f3a138593d7c62eb98f8229dd4aedc5f 100644
--- a/components/dom_distiller/core/html/dom_distiller_viewer.html
+++ b/components/dom_distiller/core/html/dom_distiller_viewer.html
@@ -12,16 +12,16 @@ found in the LICENSE file.
$2
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
-<body dir="$9" class="$4">
+<body dir="$8" class="$4">
<div id="mainContent">
<article>
<header>
<h1>$1</h1>
</header>
- <div id="content">$5</div>
+ <div id="content">$9</div>
</article>
</div>
- <div id="loadingIndicator" class="$6">
+ <div id="loadingIndicator" class="$5">
<div id="loader">
<div class="circle initial">
<span class="mask">
@@ -75,7 +75,7 @@ found in the LICENSE file.
</div>
</div>
<div id="showOriginal">
- <a href="$7">$8</a>
+ <a href="$6">$7</a>
</div>
</body>
$3
« no previous file with comments | « components/dom_distiller/content/dom_distiller_viewer_source.cc ('k') | components/dom_distiller/core/viewer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698