doc: Fix a CSS regression from a recent commit.

This commit is contained in:
Emmanuel Lepage Vallee 2022-07-17 01:26:15 -07:00
parent 9c6ac7ec35
commit a722a67679
1 changed files with 2 additions and 0 deletions

View File

@ -650,6 +650,8 @@ pre .url { color: #272fc2; text-decoration: underline; }
/* Inheritance diagram */
.inheritance .inheritance__level {
list-style: none;
padding-top: 0px;
padding-left: 30px;
}
.inheritance .inheritance__level--root {