added code basic style do ckeditor, fixes #220

This commit is contained in:
azivner 2018-11-13 22:22:01 +01:00
parent abbade96af
commit ea0a5bc1c9
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -554,3 +554,8 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
.multiplicity {
font-size: larger;
}
/* this is because bootstrap (?) sets code color to red for some reason */
code {
color: inherit !important;
}