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

Side by Side Diff: chrome/browser/resources/chromeos/salsa.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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Salsa</title> 5 <title>Salsa</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
6 <link rel="stylesheet" href="salsa.css"> 7 <link rel="stylesheet" href="salsa.css">
7 <script src="salsa.js"></script> 8 <script src="salsa.js"></script>
8 </head> 9 </head>
9 10
10 <body> 11 <body>
11 <div id="bounding-box"> 12 <div id="bounding-box">
12 <h1 class="title">Salsa</h1> 13 <h1 class="title">Salsa</h1>
13 14
14 <div id="invalid-treatment-info" hidden> 15 <div id="invalid-treatment-info" hidden>
15 I'm afraid there has been some problem determining which treatments to use 16 I'm afraid there has been some problem determining which treatments to use
(...skipping 22 matching lines...) Expand all
38 after this experiment, you can manually reset your settings to their 39 after this experiment, you can manually reset your settings to their
39 default values at <a href="chrome://gesture">chrome://gesture</a>. 40 default values at <a href="chrome://gesture">chrome://gesture</a>.
40 </ul> 41 </ul>
41 42
42 <p>Thank you for your participation!</p> 43 <p>Thank you for your participation!</p>
43 </div> 44 </div>
44 </div> 45 </div>
45 46
46 </body> 47 </body>
47 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698