mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 06:49:32 +00:00
gitbook: fix lists css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user