Add support for numbered lists in Read Me tab with consistent styling
This commit is contained in:
@ -1015,13 +1015,19 @@ body.wp-admin .button.pricing-button:hover,
|
||||
}
|
||||
}
|
||||
|
||||
/* Readme bullet list styling */
|
||||
/* Readme list styling */
|
||||
#readme .wp-allstars-markdown-content ul {
|
||||
list-style-type: disc;
|
||||
padding-left: 20px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
#readme .wp-allstars-markdown-content ol {
|
||||
list-style-type: decimal;
|
||||
padding-left: 20px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
#readme .wp-allstars-markdown-content li {
|
||||
margin-bottom: 6px;
|
||||
line-height: 1.4;
|
||||
|
Reference in New Issue
Block a user