Current oav website
This commit is contained in:
16
dotclear._no/admin/style/scss/partials/_editors.scss
Normal file
16
dotclear._no/admin/style/scss/partials/_editors.scss
Normal file
@ -0,0 +1,16 @@
|
||||
/* dcLegacyEditor */
|
||||
|
||||
/* WYSIWYG Document */
|
||||
body.wysiwygDoc {
|
||||
font-family: $sans-serif;
|
||||
}
|
||||
.wysiwygDoc pre, .wysiwygDoc code, .wysiwygDoc kbd, .wysiwygDoc samp {
|
||||
font-family: $monospace;
|
||||
}
|
||||
|
||||
/* dcCKEditor */
|
||||
|
||||
.cke textarea.cke_source {
|
||||
font-family: $monospace;
|
||||
font-size: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user