gitbook: add css file, adjust lists style

This commit is contained in:
Oleg Kalachev
2019-08-07 23:17:16 +03:00
parent fc1a12f13e
commit 4c4b0ba6fa
2 changed files with 14 additions and 1 deletions

9
docs/clever.css Normal file
View File

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