Move <h3>
for article heading to the inside of the <section>
tag
This commit is contained in:
parent
161d591f74
commit
14bc79d89d
|
@ -110,8 +110,10 @@ article .message.field {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
article h3 {
|
article .message.field.heading {
|
||||||
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