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
Updated drag and drop thumbnails.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
notification_2line.html
blob
eeca22adaec145f241fd2328247ef11130239d45
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
$
1
</title>
5
<style
type
=
"text/css"
>
6
#title
{
7
font-weight
:
bold
;
8
font-size
:
13px
;
9
font-family
:
helvetica
,
arial
,
sans-serif
;
10
}
11
#description
{
12
font-family
:
helvetica
,
arial
,
sans-serif
;
13
font-size
:
13px
;
14
}
15
</style>
16
</head>
17
<body
dir
=
"$3"
>
18
<div
id
=
"title"
>
$
1
</div>
19
<div
id
=
"description"
>
$
2
</div>
20
</body>
21
</html>