Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / notification_icon.html
blob2357a49d545892c2c38f77a748d95600eac8477b
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>$2</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <style>
8 body {
9 direction: $5;
11 #icon {
12 height: 32px;
13 width: 32px;
14 float: $4;
16 #title {
17 margin-$4: 38px;
18 font-weight: bold;
19 font-size: 13px;
21 #description {
22 margin-$4: 38px;
23 font-size: 13px;
25 </style>
26 </head>
27 <body>
28 <div id="icon"><img src="$1" width="32" height="32"></div>
29 <div id="title">$2</div>
30 <div id="description">$3</div>
31 </body>
32 </html>