Standardize bullet and numbered list styling with consistent indentation and spacing
This commit is contained in:
@ -1016,20 +1016,23 @@ body.wp-admin .button.pricing-button:hover,
|
||||
}
|
||||
|
||||
/* Readme list styling */
|
||||
#readme .wp-allstars-markdown-content ul,
|
||||
#readme .wp-allstars-markdown-content ol {
|
||||
padding-left: 25px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
#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;
|
||||
margin-bottom: 5px;
|
||||
line-height: 1.4;
|
||||
display: list-item;
|
||||
padding-left: 5px; /* Add consistent padding for all list items */
|
||||
}
|
Reference in New Issue
Block a user