La clase por defecto para el body de CKEditor es .wiki
This commit is contained in:
parent
e39ecee921
commit
39b75dc954
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue