diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.stylelintrc.json | 2 | ||||
-rw-r--r-- | doc/_static/custom.css | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/.stylelintrc.json b/doc/.stylelintrc.json index e551ef6b..cc4c675d 100644 --- a/doc/.stylelintrc.json +++ b/doc/.stylelintrc.json @@ -1,5 +1,5 @@ { - "extends": "/usr/lib/node_modules/stylelint-config-standard", + "extends": "stylelint-config-standard", "rules": { "color-hex-case": "upper", "selector-list-comma-newline-after": "always-multi-line" diff --git a/doc/_static/custom.css b/doc/_static/custom.css index 757c218c..779b9bfc 100644 --- a/doc/_static/custom.css +++ b/doc/_static/custom.css @@ -1,5 +1,7 @@ -/* Copyright 2022 David Robillard <d@drobilla.net> */ -/* SPDX-License-Identifier: 0BSD or ISC */ +/* + Copyright 2022 David Robillard <d@drobilla.net> + SPDX-License-Identifier: 0BSD or ISC +*/ div.bodywrapper { margin: 0 0 0 16em; |