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