Chromium Code Reviews| Index: chrome/browser/resources/notification_2line.html |
| diff --git a/chrome/browser/resources/notification_2line.html b/chrome/browser/resources/notification_2line.html |
| index 6fd858a02a4d868f3fbfeb944e8bcfd3cfeed96a..4069f42670385b224250d4872753fdd043d2339e 100644 |
| --- a/chrome/browser/resources/notification_2line.html |
| +++ b/chrome/browser/resources/notification_2line.html |
| @@ -3,14 +3,13 @@ |
| <head> |
| <meta charset="utf-8"> |
| <title>$1</title> |
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| <style type="text/css"> |
| #title { |
| font-weight: bold; |
| font-size: 13px; |
|
Dan Beam
2014/12/10 19:49:25
i guess this should stay...
|
| - font-family: helvetica, arial, sans-serif; |
| } |
| #description { |
| - font-family: helvetica, arial, sans-serif; |
| font-size: 13px; |
| } |
|
Dan Beam
2014/12/10 19:49:25
nit:
#title,
#description {
font-size: 13
xdai1
2014/12/11 02:59:22
Done.
|
| </style> |