Revert "Move <h3> for article heading to the inside of the <section> tag"

This reverts commit 14bc79d89d.

This was just to address some warning but now it's creating errors in
HTML validation so probably best to just ignore
This commit is contained in:
swag 2022-03-18 16:15:09 -04:00
parent 96fd173660
commit 64067b22f9
2 changed files with 2 additions and 4 deletions

View File

@ -110,10 +110,8 @@ article .message.field {
white-space: pre-wrap;
}
article .message.field.heading {
article h3 {
margin-bottom: 0em;
font-size: 0.95em;
font-family: 'Monaco', monospace;
}
.captcha {

View File

@ -4,8 +4,8 @@
<div class="articles">
<% for my $post (@$view_posts) { =%>
<article>
<h3><%= @$post[0] %></h3>
<section class="message field">
<h3 class="message field heading"><%= @$post[0] %></h3>
<blockquote><p><%= @$post[2] %></p></blockquote>
</section>
<section class="name field">