🐛 fix posting h3 tag and use html5 article tag

This commit is contained in:
hibobmaster 2022-04-13 09:07:23 +08:00
parent d73be3ca77
commit 7648262588
Signed by: bobmaster
GPG key ID: FC3F06DF7EA00106
2 changed files with 4 additions and 1 deletions

View file

@ -336,7 +336,7 @@
</p> </p>
<!-- ENDIF --> <!-- ENDIF -->
<div class="content mdui-typo">{postrow.MESSAGE}</div> <article class="content mdui-typo">{postrow.MESSAGE}</article>
<!-- EVENT viewtopic_body_postrow_content_after --> <!-- EVENT viewtopic_body_postrow_content_after -->

View file

@ -302,6 +302,9 @@ dl.bg-y-15-percent {
background-position-y: 15%; background-position-y: 15%;
} }
.postbody h3 {
float: unset;
}
@media (max-width: 900px) { @media (max-width: 900px) {
dl.row-item { dl.row-item {