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

View File

@@ -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
View File

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