remove annoying border around editor

pull/1/head
ansuz 2016-06-29 15:13:45 +02:00
parent 23788bca67
commit 93fed83a08
1 changed files with 4 additions and 4 deletions

View File

@ -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 {