Updated HTML docs

This commit is contained in:
Evennia docbuilder action 2022-02-06 18:34:09 +00:00
parent c81a30b229
commit 3165f49b4c
968 changed files with 23111 additions and 14203 deletions

View file

@ -185,6 +185,7 @@ div.body h6 {
div.body h1 {
margin-top: 20px solid #fff;
font-size: 230%;
}
div.body h2 {
font-size: 150%;
@ -236,6 +237,9 @@ div.note {
text-indent: -2.9em;
padding-left: 3.5em;
}
div.note > p {
text-indent: 0em;
}
div.seealso {
background-color: #ffc;
@ -254,11 +258,19 @@ div.warning {
padding-left: 5.2em;
}
div.warning > p {
text-indent: 0em;
}
div.important {
text-indent: -5.5em;
padding-left: 6.1em;
}
div.important > p {
text-indent: 0em;
}
p.admonition-title {
display: inline;
}