forked from hamcha/tghandbook
Make ol/ul less indented
This commit is contained in:
parent
4ad7d76924
commit
644e6103ad
1 changed files with 12 additions and 0 deletions
|
@ -185,3 +185,15 @@ body.bgus_cbox input[type="checkbox"]:checked + span[data-src] {
|
||||||
content: "Addiction at ";
|
content: "Addiction at ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page ul,
|
||||||
|
.page ol {
|
||||||
|
padding-left: 25pt;
|
||||||
|
li {
|
||||||
|
margin-top: 0.6em;
|
||||||
|
}
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
padding-left: 12pt;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue