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

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: The First Version. 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 <html> 1 <html>
Dan Beam 2014/12/10 19:49:25 no <!doctype> :'(
xdai1 2014/12/11 02:59:22 Done.
2 <head> 2 <head>
3 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
3 <link rel="stylesheet" type="text/css" href="scope_approval_dialog.css"> 4 <link rel="stylesheet" type="text/css" href="scope_approval_dialog.css">
4 <script src="scope_approval_dialog.js"></script> 5 <script src="scope_approval_dialog.js"></script>
5 </head> 6 </head>
6 <body> 7 <body>
7 <div class="titlebar"> 8 <div class="titlebar">
8 <span class="titlebar-close-button"></span> 9 <span class="titlebar-close-button"></span>
9 </div> 10 </div>
10 <webview class="content" id="providerview"></webview> 11 <webview class="content" id="providerview"></webview>
11 </body> 12 </body>
12 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698