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

Side by Side Diff: chrome/browser/resources/about_conflicts.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. Created 6 years 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 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
5 <style> 6 <style>
6 body { 7 body {
7 margin: 10px; 8 margin: 10px;
8 min-width: 47em; 9 min-width: 47em;
9 } 10 }
10 11
11 a { 12 a {
12 color: blue; 13 color: blue;
13 font-size: 103%; 14 font-size: 103%;
14 } 15 }
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 html[dir=rtl] .clearing { 147 html[dir=rtl] .clearing {
147 clear: right; 148 clear: right;
148 float: right; 149 float: right;
149 } 150 }
150 151
151 .datacell { 152 .datacell {
152 border-bottom: 1px solid #aaa; 153 border-bottom: 1px solid #aaa;
153 } 154 }
154 </style> 155 </style>
155 </head> 156 </head>
156 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 157 <body>
157 <div id="loading-message" i18n-content="loadingMessage"></div> 158 <div id="loading-message" i18n-content="loadingMessage"></div>
158 159
159 <div id="body-container" style="visibility:hidden"> 160 <div id="body-container" style="visibility:hidden">
160 161
161 <div id="header"><h1 i18n-content="modulesLongTitle">TITLE</h1></div> 162 <div id="header"><h1 i18n-content="modulesLongTitle">TITLE</h1></div>
162 163
163 <div id="blurb-container"> 164 <div id="blurb-container">
164 <span i18n-content="modulesBlurb">MODULES BLURB</span> 165 <span i18n-content="modulesBlurb">MODULES BLURB</span>
165 </div> 166 </div>
166 167
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 259 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
259 <script src="chrome://resources/js/load_time_data.js"></script> 260 <script src="chrome://resources/js/load_time_data.js"></script>
260 <script src="chrome://resources/js/util.js"></script> 261 <script src="chrome://resources/js/util.js"></script>
261 262
262 <script src="chrome://conflicts/strings.js"></script> 263 <script src="chrome://conflicts/strings.js"></script>
263 <script src="chrome://resources/js/i18n_template2.js"></script> 264 <script src="chrome://resources/js/i18n_template2.js"></script>
264 265
265 <script src="chrome://conflicts/conflicts.js"></script> 266 <script src="chrome://conflicts/conflicts.js"></script>
266 </body> 267 </body>
267 </html> 268 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_credits.tmpl » ('j') | chrome/browser/resources/about_version.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698