From 7e4bfba35d7f943fe240cbdb09f8687a222d2648 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 2 Nov 2019 06:54:59 +0100 Subject: [PATCH] Use div instead of p where sensible. --- README.adoc | 2 ++ mastodon-api-comments.html | 2 +- mastodon-api-comments.js | 12 ++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index 217a918..cbc2d1c 100644 --- a/README.adoc +++ b/README.adoc @@ -65,6 +65,8 @@ The generated HTML uses these classes: .mastodon-api-comment { margin-left: 1em; + margin-bottom: 0.4em; + padding: 0 0.4em; border: 0.1em solid black; } .mastodon-api-comment:nth-child(even) diff --git a/mastodon-api-comments.html b/mastodon-api-comments.html index 967feff..5d5ee50 100644 --- a/mastodon-api-comments.html +++ b/mastodon-api-comments.html @@ -2,7 +2,7 @@ {{ $status_id := .Get "status_id" | default "" }} {{ partial "mastodon-api-comments-scripts.html" . }} -

+