added codemirror editor

This commit is contained in:
Logsol 2013-07-19 13:33:46 +02:00
parent 1189487d4b
commit eb150732fb
3 changed files with 7 additions and 0 deletions

View file

@ -149,3 +149,9 @@ textarea {
padding: 5px;
margin: 0;
}
.CodeMirror {
width: 90%;
border: 1px dotted gray;
background-color: #f5f5f5;
}