aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/muted/debugger.html
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-17 21:58:26 +0800
committerobscuren <geffobscura@gmail.com>2014-09-17 21:58:26 +0800
commite4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a (patch)
tree7b1a9ffdd60aca8df0b8cb96a3086a9385776288 /ethereal/assets/muted/debugger.html
parent15ded0bea9600f489d7f9fb5430c26a84a021bd2 (diff)
downloaddexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.gz
dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.zst
dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.zip
Renamed ethereal
Diffstat (limited to 'ethereal/assets/muted/debugger.html')
-rw-r--r--ethereal/assets/muted/debugger.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/ethereal/assets/muted/debugger.html b/ethereal/assets/muted/debugger.html
deleted file mode 100644
index b7552f030..000000000
--- a/ethereal/assets/muted/debugger.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!doctype>
-<html>
-<head>
-<style type="text/css">
- html, body {
- margin: 0; padding: 0;
- min-height: 100%;
- }
-
- #debugger {
- height: 100%;
- font-family: "Monaco"
- }
- #debugger .line {
- overflow: none;
- }
- #debugger .col1, #debugger .col2 {
- float: left;
- padding: 3px;
- }
- #debugger .col1 {
- width: 10px;
- padding-left: 10px
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- #debugger .col2 {
- width: 90%;
- }
- .prompt {
- color: "#5089D4";
- }
-</style>
-
-</head>
-
-<body>
-<div id="debugger">
- <div class="line">
- <div class="col1 prompt">
- &gt;
- </div>
- <div class="col2" contenteditable>
- </div>
- </div>
-</div>
-
-</body>
-</html>