remove annoying border around editor

pull/1/head
ansuz 9 years ago
parent 23788bca67
commit 93fed83a08

@ -34,10 +34,10 @@
} }
.CodeMirror { .CodeMirror {
position: absolute; position: absolute;
top: 30px; top: 25px;
bottom: 5px; bottom: 0px;
left: 5px; left: 0px;
right: 5px; right: 0px;
height: auto; height: auto;
} }
#cme_toolbox { #cme_toolbox {

Loading…
Cancel
Save