Skip to content

Commit

Permalink
Merge pull request #72 from mbtools/editor_styles
Browse files Browse the repository at this point in the history
Add styles for TinyMCE
  • Loading branch information
marcissimus authored Dec 20, 2023
2 parents 3ffcab2 + df6c87c commit a0adaad
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
1 change: 1 addition & 0 deletions code/editor-style-shared.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Suffusion does not use this file but it's required when using TinyMCE Custom Styles plugin */
19 changes: 19 additions & 0 deletions code/editor-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* These styles are used only in the backend editor */

/* Here you can override any CSS which causes layout or visibility problems in the editor, */
/* and duplicate any custom CSS to make the editor display look more like the real frontend */

/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */

ol {
list-style: decimal;
}
ol ol {
list-style:lower-latin;
}
ol ol ol {
list-style:lower-roman;
}
ol ol ol ol {
list-style:lower-latin;
}
10 changes: 1 addition & 9 deletions dist/OLDVERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ The [current `dist` folder](https://github.com/sayontan/suffusion/tree/master/di

## Old Versions

Note that the last version officially released through WordPress was 4.4.9. The ZIP file corresponding to it has been made available in the `dist` folder (see below).

In addition, there have been two minor modifications to the code (made available as Version 4.5.0):

* A correction to the code for Audio Post Formats to prevent a fatal error. Note that the error wouldn't occur if you have the Suffusion Shortcodes plugin

* A small change to allow jQuery Cycle to be used if [Photonic](https://wordpress.org/plugins/photonic) is active. Photonic switched to using a different slideshow script in version 1.62

Old versions from 4.4.9 to 4.5.6 are available in the [history of the `dist` folder](https://github.com/sayontan/suffusion/tree/5decf564ed8f6d5fd8f6bcfcde64ceb22bc90a25/dist).
The last version officially released through WordPress was 4.4.9. The ZIP file corresponding to it and other old versions have been made available in the [Suffusion Archive](https://github.com/mbtools/suffusion-archive).

## Changelog

Expand Down

0 comments on commit a0adaad

Please sign in to comment.