Index: chrome/browser/resources/script_bubble/popup.html |
diff --git a/chrome/browser/resources/script_bubble/popup.html b/chrome/browser/resources/script_bubble/popup.html |
deleted file mode 100644 |
index 043057d5c19ffb8c7edf3c8cde72d1370f12316b..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/script_bubble/popup.html |
+++ /dev/null |
@@ -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> |