From 14bc79d89d15ddb0dd185fc87f23ab6d79ec006d Mon Sep 17 00:00:00 2001 From: swag Date: Fri, 18 Mar 2022 15:56:44 -0400 Subject: [PATCH] Move `

` for article heading to the inside of the `
` tag --- assets/css/swagg.css | 4 +++- templates/index.html.ep | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/swagg.css b/assets/css/swagg.css index d28660e..600bc6d 100644 --- a/assets/css/swagg.css +++ b/assets/css/swagg.css @@ -110,8 +110,10 @@ article .message.field { white-space: pre-wrap; } -article h3 { +article .message.field.heading { margin-bottom: 0em; + font-size: 0.95em; + font-family: 'Monaco', monospace; } .captcha { diff --git a/templates/index.html.ep b/templates/index.html.ep index 10a8a15..beddb61 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep @@ -4,8 +4,8 @@
<% for my $post (@$view_posts) { =%>
-

<%= @$post[0] %>

+

<%= @$post[0] %>

<%= @$post[2] %>