Chromium Code Reviews| Index: chrome/common/extensions/docs/examples/api/notifications/error.html |
| diff --git a/chrome/common/extensions/docs/examples/api/notifications/error.html b/chrome/common/extensions/docs/examples/api/notifications/error.html |
| index 1a20c4298b5facae7370566693c39b6e665eb64b..5ec0b85d5c8cf9ca91a71e36df942857294febd2 100644 |
| --- a/chrome/common/extensions/docs/examples/api/notifications/error.html |
| +++ b/chrome/common/extensions/docs/examples/api/notifications/error.html |
| @@ -8,34 +8,21 @@ |
| Brian Kennish <bkennish@chromium.org> |
| --> |
| -<title>Notification Demo</title> |
| -<style> |
| - /* Clone the look and feel of "chrome://" pages. */ |
| - body { |
| - margin: 10px; |
| - font: 84% Arial, sans-serif |
| - } |
| - |
| - h1 { font-size: 156% } |
| - |
| - h1 img { |
| - margin: 1px 5px 0 1px; |
| - vertical-align: middle |
| - } |
| - |
| - h2 { |
| - border-top: 1px solid #9cc2ef; |
| - background-color: #ebeff9; |
| - padding: 3px 5px; |
| - font-size: 100% |
| - } |
| -</style> |
| -<h1> |
| - <img src="64.png" alt="Toast"> |
| - Notification Demo |
| -</h1> |
| -<h2>Error</h2> |
| -<p> |
| - Desktop notifications are supported only by Google Chrome 4 and up on Windows |
| - and Google Chrome 5 and up on the Mac and Linux. |
| -</p> |
| +<!doctype html> |
| +<html> |
| + <head> |
| + <title>Notification Demo</title> |
| + <link href="style.css" rel="stylesheet" type="text/css"> |
| + </head> |
| + <body> |
| + <h1> |
| + <img src="64.png" alt="Toast"> |
| + Notification Demo |
| + </h1> |
| + <h2>Error</h2> |
| + <p> |
| + Desktop notifications are supported only by Google Chrome 4 and up on Windows |
| + and Google Chrome 5 and up on the Mac and Linux. |
|
Boris Smus
2011/10/18 21:51:38
Seems irrelevant.
Mike West
2011/10/19 09:43:57
Done.
|
| + </p> |
| + </body> |
| +</html> |