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] %>