Commit 57810bb5 by kimth

Consolidate textbox styling into codemirror.css

parent 4680b9f9
...@@ -27,9 +27,6 @@ ...@@ -27,9 +27,6 @@
<br/> <br/>
<script type="text/javascript" src="${ settings.LIB_URL }CodeMirror/codemirror.js"></script>
<script type="text/javascript" src="${ settings.LIB_URL }CodeMirror/python.js"></script>
<link rel="stylesheet" href="${ settings.LIB_URL }CodeMirror/codemirror.css" />
<script> <script>
// Note: We need to make the area follow the CodeMirror for this to work. // Note: We need to make the area follow the CodeMirror for this to work.
$(function(){ $(function(){
...@@ -41,8 +38,4 @@ ...@@ -41,8 +38,4 @@
}); });
}); });
</script> </script>
<style type="text/css">
.CodeMirror {border-style: solid;
border-width: 1px;}
</style>
</section> </section>
.CodeMirror { .CodeMirror {
border: 2px solid black;
line-height: 1em; line-height: 1em;
font-family: monospace; font-family: monospace;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment