style: add custom element <note>

This commit is contained in:
Milan Hauth 2023-12-27 09:40:36 +01:00
parent dff504846d
commit b98455071a
2 changed files with 8 additions and 0 deletions

View File

@ -678,6 +678,10 @@
nw {
white-space: nowrap;
}
/* custom element <note> */
note {
display: inline;
}
div.hspace {
display: inline-block;
}

View File

@ -652,6 +652,10 @@
nw {
white-space: nowrap;
}
/* custom element <note> */
note {
display: inline;
}
div.hspace {
display: inline-block;
}