-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from mbtools/editor_styles
Add styles for TinyMCE
- Loading branch information
Showing
3 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters