aboutsummaryrefslogtreecommitdiffstats
path: root/mist/assets/muted/debugger.html
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-20 09:34:12 +0800
committerobscuren <geffobscura@gmail.com>2014-12-20 09:34:12 +0800
commit3983dd2428137211f84f299f9ce8690c22f50afd (patch)
tree3a2dc53b365e6f377fc82a3514150d1297fe549c /mist/assets/muted/debugger.html
parent7daa8c2f6eb25511c6a54ad420709af911fc6748 (diff)
parent0a9dc1536c5d776844d6947a0090ff7e1a7c6ab4 (diff)
downloadgo-tangerine-vv0.7.10.tar
go-tangerine-vv0.7.10.tar.gz
go-tangerine-vv0.7.10.tar.bz2
go-tangerine-vv0.7.10.tar.lz
go-tangerine-vv0.7.10.tar.xz
go-tangerine-vv0.7.10.tar.zst
go-tangerine-vv0.7.10.zip
Merge branch 'release/v0.7.10'vv0.7.10
Diffstat (limited to 'mist/assets/muted/debugger.html')
-rw-r--r--mist/assets/muted/debugger.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/mist/assets/muted/debugger.html b/mist/assets/muted/debugger.html
deleted file mode 100644
index b7552f030..000000000
--- a/mist/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>