Simple css change to get a decent looking demo.

This commit is contained in:
Bridger Maxwell
2012-03-26 11:03:14 -07:00
parent 8fce7066da
commit a858c91ffc

View File

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