Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / notification_icon_link.html
blob81e1c972626fb8142089794e338c0c5307f9feb4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>$2</title>
6 <style>
7 body {
8 direction: $5;
10 #icon {
11 height: 32px;
12 width: 32px;
13 float: $4;
15 #title {
16 margin-$4: 38px;
17 font-weight: bold;
18 font-size: 13px;
19 font-family: helvetica, arial, sans-serif;
21 #description {
22 margin-$4: 38px;
23 font-family: helvetica, arial, sans-serif;
24 font-size: 13px;
26 #link {
27 margin-$4: 38px;
28 font-family: helvetica, arial, sans-serif;
29 font-size: 13px;
31 </style>
32 </head>
33 <body>
34 <div id="icon"><img src="$1" width="32" height="32"></div>
35 <div id="title">$2</div>
36 <div id="description">$3</div>
37 <div id="link"><a href="" onclick="chrome.send('link')">$6</a></div>
38 </body>
39 </html>