remove annoying border around editor

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

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

Loading…
Cancel
Save