cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / notification_icon_link.html
blob57a7de832a1266ac36e8d1c49e4bc16e93ee16fe
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>$2</title>
5 <style>
6 body {
7 direction: $5;
9 #icon {
10 height: 32px;
11 width: 32px;
12 float: $4;
14 #title {
15 margin-$4: 38px;
16 font-weight: bold;
17 font-size: 13px;
18 font-family: helvetica, arial, sans-serif;
20 #description {
21 margin-$4: 38px;
22 font-family: helvetica, arial, sans-serif;
23 font-size: 13px;
25 #link {
26 margin-$4: 38px;
27 font-family: helvetica, arial, sans-serif;
28 font-size: 13px;
30 </style>
31 </head>
32 <body>
33 <div id="icon"><img src="$1" width="32" height="32"></div>
34 <div id="title">$2</div>
35 <div id="description">$3</div>
36 <div id="link"><a href="" onclick="chrome.send('link')">$6</a></div>
37 </body>
38 </html>