mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Twenty Twenty: Make ordered list styling in classic editor match the front-end style.
Props sabernhardt, sebastienserre, hareesh-pillai. Fixes #50454. git-svn-id: https://develop.svn.wordpress.org/trunk@50275 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5f2d089fb3
commit
93db55f9be
@ -282,7 +282,7 @@ body#tinymce.wp-editor.content ul {
|
||||
body#tinymce.wp-editor.content ol {
|
||||
margin-right: 1.5em;
|
||||
padding-right: 0;
|
||||
list-style: square;
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
body#tinymce.wp-editor.content ul ul {
|
||||
|
@ -282,7 +282,7 @@ body#tinymce.wp-editor.content ul {
|
||||
body#tinymce.wp-editor.content ol {
|
||||
margin-left: 1.5em;
|
||||
padding-left: 0;
|
||||
list-style: square;
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
body#tinymce.wp-editor.content ul ul {
|
||||
|
Loading…
x
Reference in New Issue
Block a user