From 93fed83a086d74ea0adfb9e1be2c1e6866a24d83 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 29 Jun 2016 15:13:45 +0200 Subject: [PATCH] remove annoying border around editor --- www/code/inner.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/code/inner.html b/www/code/inner.html index 22adc1bb8..b80598df7 100644 --- a/www/code/inner.html +++ b/www/code/inner.html @@ -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 {