🐛 fix posting h3 tag and use html5 article tag
This commit is contained in:
parent
d73be3ca77
commit
7648262588
2 changed files with 4 additions and 1 deletions
|
@ -336,7 +336,7 @@
|
|||
</p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<div class="content mdui-typo">{postrow.MESSAGE}</div>
|
||||
<article class="content mdui-typo">{postrow.MESSAGE}</article>
|
||||
|
||||
<!-- EVENT viewtopic_body_postrow_content_after -->
|
||||
|
||||
|
|
|
@ -302,6 +302,9 @@ dl.bg-y-15-percent {
|
|||
background-position-y: 15%;
|
||||
}
|
||||
|
||||
.postbody h3 {
|
||||
float: unset;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
dl.row-item {
|
||||
|
|
Loading…
Reference in a new issue