| Index: chrome/browser/resources/script_bubble/popup.html
|
| ===================================================================
|
| --- chrome/browser/resources/script_bubble/popup.html (revision 170599)
|
| +++ chrome/browser/resources/script_bubble/popup.html (working copy)
|
| @@ -1,48 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| -
|
| -<head>
|
| -<style>
|
| -body {
|
| - font-family:'DejaVu Sans', Arial, sans-serif;
|
| - font-size: 14px;
|
| -}
|
| -
|
| -h1 {
|
| - font-weight:normal;
|
| - font-size:1em;
|
| - color:#111;
|
| - white-space:nowrap;
|
| -}
|
| -
|
| -.row, .icon, .name {
|
| - display:-webkit-box;
|
| -}
|
| -
|
| -.row {
|
| - -webkit-box-align:center;
|
| - color:#222;
|
| - margin-bottom:0.5em;
|
| -}
|
| -
|
| -.row.template {
|
| - display:none;
|
| -}
|
| -
|
| -.icon {
|
| - margin-right:1ex;
|
| - margin-bottom:1px;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body>
|
| -
|
| -<h1></h1>
|
| -
|
| -<div class="row template">
|
| - <img class="icon" width=16 height=16><div class="name"></div>
|
| -</div>
|
| -
|
| -<script src="popup.js"></script>
|
| -</body>
|
| -</html>
|
|
|