From 0bcb1bbfdbef5afe8b6119e7a2ed059b86045c95 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 25 Sep 2014 13:03:54 -0400 Subject: [PATCH] center ckeditor --- style.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.less b/style.less index 2349691..71c608b 100644 --- a/style.less +++ b/style.less @@ -26,7 +26,8 @@ body.real_body_tag { // not the wysiwyg body // try to make the content of the editor widget approximately the same size as // the content will be displayed #cke_content { - margin-right: -30px; + margin-right: -15px; + margin-left: -15px; } #centerer { -- 1.7.10.4