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

Side by Side Diff: components/proximity_auth/webui/resources/proximity_auth.html

Issue 1142893002: Add Roboto-Medium webfont and factor out common Roboto WebUI CSS file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange properties in promo.css to abate presubmit Created 5 years, 7 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 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Proximity Auth Debug</title> 5 <title>Proximity Auth Debug</title>
6 <meta name="viewport" 6 <meta name="viewport"
7 content="width=device-width, initial-scale=1"> 7 content="width=device-width, initial-scale=1">
8 <link rel="stylesheet" href="proximity_auth.css"> 8 <link rel="stylesheet" href="proximity_auth.css">
9 <link rel="stylesheet" href="chrome://resources/css/roboto.css">
9 <link rel="import" href="content-panel.html"> 10 <link rel="import" href="content-panel.html">
10 <link rel="import" href="log-panel.html"> 11 <link rel="import" href="log-panel.html">
11 </head> 12 </head>
12 <body layout horizontal fullbleed> 13 <body layout horizontal fullbleed>
13 <content-panel id="content" flex></content-panel> 14 <content-panel id="content" flex></content-panel>
14 <log-panel id="logs"></log-panel> 15 <log-panel id="logs"></log-panel>
15 </body> 16 </body>
16 </html> 17 </html>
OLDNEW
« no previous file with comments | « components/proximity_auth/webui/resources/proximity_auth.css ('k') | ui/webui/resources/css/roboto.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698