mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
gitbook: add css file, adjust lists style
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"anchors",
|
||||
"validate-links",
|
||||
"bulk-redirect@https://github.com/okalachev/gitbook-plugin-bulk-redirect.git",
|
||||
"sitemap@https://github.com/okalachev/plugin-sitemap.git"
|
||||
"sitemap@https://github.com/okalachev/plugin-sitemap.git",
|
||||
"addcssjs"
|
||||
],
|
||||
"pluginsConfig": {
|
||||
"yametrika": {
|
||||
@@ -24,6 +25,9 @@
|
||||
},
|
||||
"sitemap": {
|
||||
"hostname": "https://clever.copterexpress.com"
|
||||
},
|
||||
"addcssjs": {
|
||||
"css": ["../clever.css"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
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