From 39b75dc954c63d5eb0ee104359bd3822267ba99f Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 13 Feb 2018 00:42:11 +0100 Subject: [PATCH] La clase por defecto para el body de CKEditor es .wiki --- public/themes/circlepro/stylesheets/editor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index 7aa0b83..8b00d89 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -53,17 +53,17 @@ a, a:link, a:visited { text-decoration: none; } -body.ckeditor, +body.wiki, div#content p { text-align: justify; word-wrap: break-word; } -body.ckeditor table { +body.wiki table { border: 1px solid #bbb; border-collapse: collapse; } -body.ckeditor td, body.ckeditor th { +body.wiki td, body.wiki th { padding: 4px; }