summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/notification_2line.html
blob: eeca22adaec145f241fd2328247ef11130239d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
  <title>$1</title>
  <style type="text/css">
  #title {
    font-weight: bold;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
  }
  #description {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
  }
  </style>
</head>
<body dir="$3">
  <div id="title">$1</div>
  <div id="description">$2</div>
</body>
</html>