Commit a858c91f by Bridger Maxwell

Simple css change to get a decent looking demo.

parent 8fce7066
...@@ -19,13 +19,14 @@ ...@@ -19,13 +19,14 @@
<style type="text/css"> <style type="text/css">
.CodeMirror-scroll { .CodeMirror-scroll {
height: 600px; height: 800px;
width: 100%; width: 680px;
} }
.CodeMirror { .CodeMirror {
border: 1px solid black; border: 1px solid black;
text-align: left; text-align: left;
} }
</style> </style>
......
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