lint: Appease the linting gods
This commit is contained in:
parent
33fd776c72
commit
b11f4061ff
|
@ -16,9 +16,9 @@ If you want to append instead, switch `::before` to `::after`.
|
||||||
src: url('../fonts/external-link.woff') format('woff');
|
src: url('../fonts/external-link.woff') format('woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Since mkdocs-material 9.5.5 broke support in our docs from DMS v13.3.1, we now use our own class name,
|
Since mkdocs-material 9.5.5 broke support in our docs from DMS v13.3.1, we now use our own class name,
|
||||||
which has been included for the two external nav links in mkdocs.yml via workaround (insert HTML).
|
which has been included for the two external nav links in mkdocs.yml via workaround (insert HTML).
|
||||||
*/
|
*/
|
||||||
.icon-external-link::before {
|
.icon-external-link::before {
|
||||||
display: inline-block; /* treat similar to text */
|
display: inline-block; /* treat similar to text */
|
||||||
|
|
Loading…
Reference in New Issue