mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 14:59:31 +00:00
gitbook: add css file, adjust lists style
This commit is contained in:
9
docs/clever.css
Normal file
9
docs/clever.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Dashed list items */
|
||||
section li {
|
||||
list-style-type: none;
|
||||
}
|
||||
section li:before {
|
||||
content: "—";
|
||||
margin-left: -20px;
|
||||
position: absolute;
|
||||
}
|
||||
Reference in New Issue
Block a user