repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cros: Remove default pinned apps trial.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
notification_icon.html
blob
5cc45a8200b8ae421373e3fa044d57bf9689346d
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
$
2
</title>
5
<style>
6
body {
7
direction: $
5
;
8
}
9
#icon {
10
height:
32
px;
11
width:
32
px;
12
float: $
4
;
13
}
14
#title {
15
margin-$
4
:
38
px;
16
font-weight: bold;
17
font-size:
13
px;
18
font-family: helvetica, arial, sans-serif;
19
}
20
#description {
21
margin-$
4
:
38
px;
22
font-family: helvetica, arial, sans-serif;
23
font-size:
13
px;
24
}
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>