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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
notification_2line.html
blob
a089a510d5a264cdc19e02ed53f1a7bd4575e5a6
1
<!doctype
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<title>
$
1
</title>
6
<link
rel
=
"stylesheet"
href
=
"chrome://resources/css/text_defaults.css"
>
7
<style
type
=
"text/css"
>
8
#title
,
9
#description
{
10
font-size
:
13px
;
11
}
12
#title
{
13
font-weight
:
bold
;
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>