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:
parent
96fd173660
commit
64067b22f9
|
@ -110,10 +110,8 @@ article .message.field {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
article .message.field.heading {
|
article h3 {
|
||||||
margin-bottom: 0em;
|
margin-bottom: 0em;
|
||||||
font-size: 0.95em;
|
|
||||||
font-family: 'Monaco', monospace;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.captcha {
|
.captcha {
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<div class="articles">
|
<div class="articles">
|
||||||
<% for my $post (@$view_posts) { =%>
|
<% for my $post (@$view_posts) { =%>
|
||||||
<article>
|
<article>
|
||||||
|
<h3><%= @$post[0] %></h3>
|
||||||
<section class="message field">
|
<section class="message field">
|
||||||
<h3 class="message field heading"><%= @$post[0] %></h3>
|
|
||||||
<blockquote><p><%= @$post[2] %></p></blockquote>
|
<blockquote><p><%= @$post[2] %></p></blockquote>
|
||||||
</section>
|
</section>
|
||||||
<section class="name field">
|
<section class="name field">
|
||||||
|
|
Loading…
Reference in a new issue