gitbook: fix lists css

This commit is contained in:
Oleg Kalachev
2019-08-08 21:40:44 +03:00
parent 8c6a9d010b
commit 9614216bb3

View File

@@ -1,8 +1,8 @@
/* Dashed list items */
section li {
section ul li {
list-style-type: none;
}
section li:before {
section ul li:before {
content: "—";
margin-left: -20px;
position: absolute;