La clase por defecto para el body de CKEditor es .wiki

This commit is contained in:
Manuel Cillero 2018-02-13 00:42:11 +01:00
parent e39ecee921
commit 39b75dc954

View file

@ -53,17 +53,17 @@ a, a:link, a:visited {
text-decoration: none; text-decoration: none;
} }
body.ckeditor, body.wiki,
div#content p { div#content p {
text-align: justify; text-align: justify;
word-wrap: break-word; word-wrap: break-word;
} }
body.ckeditor table { body.wiki table {
border: 1px solid #bbb; border: 1px solid #bbb;
border-collapse: collapse; border-collapse: collapse;
} }
body.ckeditor td, body.ckeditor th { body.wiki td, body.wiki th {
padding: 4px; padding: 4px;
} }