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
Revert 285173 "Removed InProcessBrowserTest::CleanUpOnMainThread()"
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
notification_icon.html
blob
0bc60e40bfa6706405b360635623565e29a1c79f
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<title>
$
2
</title>
6
<style>
7
body {
8
direction: $
5
;
9
}
10
#icon {
11
height:
32
px;
12
width:
32
px;
13
float: $
4
;
14
}
15
#title {
16
margin-$
4
:
38
px;
17
font-weight: bold;
18
font-size:
13
px;
19
font-family: helvetica, arial, sans-serif;
20
}
21
#description {
22
margin-$
4
:
38
px;
23
font-family: helvetica, arial, sans-serif;
24
font-size:
13
px;
25
}
26
</style>
27
</head>
28
<body>
29
<div
id
=
"icon"
><img
src
=
"$1"
width
=
"32"
height
=
"32"
></div>
30
<div
id
=
"title"
>
$
2
</div>
31
<div
id
=
"description"
>
$
3
</div>
32
</body>
33
</html>