Skip to content

Commit

Permalink
🐛 fix posting h3 tag and use html5 article tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hibobmaster committed Apr 13, 2022
1 parent d73be3c commit 7648262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion template/viewtopic_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ <h3 {% if postrow.S_FIRST_ROW %}class="first"{% endif %}>
</p>
<!-- ENDIF -->

<div class="content mdui-typo">{postrow.MESSAGE}</div>
<article class="content mdui-typo">{postrow.MESSAGE}</article>

<!-- EVENT viewtopic_body_postrow_content_after -->

Expand Down
3 changes: 3 additions & 0 deletions theme/css/mdui-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ dl.bg-y-15-percent {
background-position-y: 15%;
}

.postbody h3 {
float: unset;
}

@media (max-width: 900px) {
dl.row-item {
Expand Down

0 comments on commit 7648262

Please sign in to comment.