diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-11-17 17:41:17 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-11-17 17:41:17 +0100 |
commit | 5b9b213b675e08b2dba6518d24257256113c1864 (patch) | |
tree | ffa9fc336cde7f7c6a6aca3855f455fd3b1c337a /css | |
parent | 21b4977a5e0200aa14343112f1b7b03714f9385e (diff) |
Remove unused CSS
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/css/codeq.css b/css/codeq.css index 03bb08e..b0c6066 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -437,23 +437,6 @@ div.vertical-line{ } } -/* codeq hints */ - -/* the pop-up window, it is already absolutely positioned and its and positioning properties controlled from CodeMirror */ -.editor-popup { - background: #245269; - color: #e7c3c3; - border: 1px solid black; -} - -.editor-statusbar { - background-color: #F7F7F7; - border-top: 1px solid #e5e5e5; - font-family: monospace; - padding: 1px 4px; - text-align: left; -} - /***** helpers *****/ /** webkit-scrollbar 1 **/ /*::-webkit-scrollbar { |