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

Side by Side Diff: components/dom_distiller/core/html/dom_distiller_viewer.html

Issue 1192363006: Update reader mode viewer according to specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: subtitle color, table cell padding, simplify striped table color, wide table scrolling Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved. 3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no"> 10 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no">
11 <title>$1</title> 11 <title>$1</title>
12 <!-- Placeholder for CSS. --> 12 <!-- Placeholder for CSS. -->
13 $2 13 $2
14 <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet ' type='text/css'> 14 <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' t ype='text/css'>
15 </head> 15 </head>
16 <body class="$3"> 16 <body class="$3">
17 <div id="contentWrap"> 17 <div id="contentWrap">
18 <div id="mainContent"> 18 <div id="mainContent">
19 <article> 19 <article>
20 <header id="articleHeader"> 20 <header id="articleHeader">
21 <div id="titleCollapse"> 21 <div id="titleCollapse">
22 <div class="verticalCenterOuter"> 22 <div class="verticalCenterOuter">
23 <div class="verticalCenterInner"> 23 <div class="verticalCenterInner">
24 <h1 id="titleHolder"><noscript>$4</noscript></h1> 24 <h1 id="titleHolder"><noscript>$4</noscript></h1>
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 <a class="feedbackButton" id="feedbackNo"></a> 91 <a class="feedbackButton" id="feedbackNo"></a>
92 <a class="feedbackButton" id="feedbackYes"></a> 92 <a class="feedbackButton" id="feedbackYes"></a>
93 </div> 93 </div>
94 </div> 94 </div>
95 <div class="clear"></div> 95 <div class="clear"></div>
96 </div> 96 </div>
97 </body> 97 </body>
98 <!-- Placeholder for JavaScript. --> 98 <!-- Placeholder for JavaScript. -->
99 $8 99 $8
100 </html> 100 </html>
OLDNEW
« no previous file with comments | « components/dom_distiller/core/css/distilledpage.css ('k') | components/dom_distiller/core/html/preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698