mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
add line-height to lists
This commit is contained in:
parent
b7f258948d
commit
6f1c45056a
|
|
@ -89,6 +89,7 @@ article {
|
|||
|
||||
li {
|
||||
margin: 0.3rem 0 0.3rem 0;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
|
|||
|
|
@ -3216,7 +3216,8 @@ article {
|
|||
article ul {
|
||||
list-style: disc; }
|
||||
article li {
|
||||
margin: 0.3rem 0 0.3rem 0; }
|
||||
margin: 0.3rem 0 0.3rem 0;
|
||||
line-height: 1.5em; }
|
||||
article blockquote {
|
||||
margin: 10px 0 10px 0; }
|
||||
article blockquote p:last-child {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user