| Index: chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
|
| diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html b/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
|
| index 2cdc83f7a1d495c7c80e79f8610f614ebeaa3680..d9366f5747e2e979fd0b0314970c6e5f47861cc2 100644
|
| --- a/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
|
| +++ b/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
|
| @@ -2,49 +2,13 @@
|
| <html>
|
| <head>
|
| <title>Chromium Buildbot Monitor Popup</title>
|
| - <style>
|
| - body {
|
| - font-family: sans-serif;
|
| - font-size: 0.8em;
|
| - overflow: hidden;
|
| - }
|
| -
|
| - a {
|
| - text-decoration: underline;
|
| - color: #444;
|
| - }
|
| -
|
| - a:hover {
|
| - color: black;
|
| - cursor: pointer;
|
| - }
|
| -
|
| - .status-label {
|
| - text-align: right;
|
| - font-size: 12px;
|
| - font-weight: bold;
|
| - min-width: 85px;
|
| - padding: 0px;
|
| - }
|
| -
|
| - .botstatus {
|
| - padding: 0px;
|
| - }
|
| -
|
| - .statusiframe {
|
| - height: 10px;
|
| - border: none;
|
| - }
|
| -
|
| - .spacer {
|
| - }
|
| - </style>
|
| -</head>
|
| -<body>
|
| - <table id="status-table">
|
| - </table>
|
| - <script src='utils.js'></script>
|
| - <script src='try_status.js'></script>
|
| - <script src='popup.js'></script>
|
| -</body>
|
| + <link href="popup.css" rel="stylesheet" type="text/css" />
|
| + </head>
|
| + <body>
|
| + <table id="status-table"></table>
|
| + <script src='utils.js'></script>
|
| + <script src='try_status.js'></script>
|
| + <script src='active_issues.js'></script>
|
| + <script src='popup.js'></script>
|
| + </body>
|
| </html>
|
|
|