From 70cff4431d997abda4e5e750de7ea9861394bcec Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sun, 4 Oct 2015 14:57:36 -0700 Subject: [PATCH] tweak editor textarea style --- static/css/linx.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/linx.css b/static/css/linx.css index e365826..524f998 100644 --- a/static/css/linx.css +++ b/static/css/linx.css @@ -312,8 +312,9 @@ body { #editor { display: none; + border: 0; + width: 794px; height: 800px; - font-size: 11px; } /* }}} */