diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-03 12:01:27 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-03 12:01:27 +0200 |
commit | eec09515c27bb71c10255f35c4b7c1c65148216c (patch) | |
tree | b7bfb3635af70a740c20e7078caeb2b9b13bf443 /css | |
parent | 4f4b1a97d3a2c6962fb9c1c230ab054deed82926 (diff) |
Remove jquery-console CSS
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/css/codeq.css b/css/codeq.css index f77c850..1207143 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -100,46 +100,6 @@ body { font-size: 14px; padding: 0; } -#console div.jquery-console-inner { - width:100%; - height:100%; - background:#333; - padding:0.5em; - overflow:auto -} -#console div.jquery-console-prompt-box { - color:#fff; - font-family:monospace; -} -#console div.jquery-console-focus span.jquery-console-cursor { - background:#fefefe; - color:#333; - font-weight:bold -} -#console div.jquery-console-message-error { - color:#ef0505; - font-family:sans-serif; - font-weight:bold; - padding:0.1em; -} -#console div.jquery-console-message-value { - color:#1ad027; - font-family:monospace; - padding:0.1em; -} -#console div.jquery-console-message-type { - color:#52666f; - font-family:monospace; - padding:0.1em; -} -#console span.jquery-console-prompt-label { - font-weight:bold -} -#console div.jquery-console-message { - color: #ddffdd; - font-family: monospace; -} - /* codeq hints */ |