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

Side by Side Diff: chrome/browser/resources/identity_scope_approval_dialog/scope_approval_dialog.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 <html> 2 <html>
2 <head> 3 <head>
4 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
3 <link rel="stylesheet" type="text/css" href="scope_approval_dialog.css"> 5 <link rel="stylesheet" type="text/css" href="scope_approval_dialog.css">
4 <script src="scope_approval_dialog.js"></script> 6 <script src="scope_approval_dialog.js"></script>
5 </head> 7 </head>
6 <body> 8 <body>
7 <div class="titlebar"> 9 <div class="titlebar">
8 <span class="titlebar-close-button"></span> 10 <span class="titlebar-close-button"></span>
9 </div> 11 </div>
10 <webview class="content" id="providerview"></webview> 12 <webview class="content" id="providerview"></webview>
11 </body> 13 </body>
12 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698