From 64067b22f97dcd438288442cd545e67f74f65086 Mon Sep 17 00:00:00 2001 From: swag Date: Fri, 18 Mar 2022 16:15:09 -0400 Subject: [PATCH] Revert "Move `

` for article heading to the inside of the `
` tag" This reverts commit 14bc79d89d15ddb0dd185fc87f23ab6d79ec006d. This was just to address some warning but now it's creating errors in HTML validation so probably best to just ignore --- assets/css/swagg.css | 4 +--- templates/index.html.ep | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/css/swagg.css b/assets/css/swagg.css index 600bc6d..d28660e 100644 --- a/assets/css/swagg.css +++ b/assets/css/swagg.css @@ -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 { diff --git a/templates/index.html.ep b/templates/index.html.ep index beddb61..10a8a15 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] %>