From 8ada8b853f5e669ded30b4504ea8005bbb3451cc Mon Sep 17 00:00:00 2001 From: Socks Date: Tue, 13 Mar 2018 23:11:21 +0000 Subject: [PATCH] Switched margin-bottom:16 to mb-3 --- templates/timeline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/timeline.html b/templates/timeline.html index 0b6b32f..aa4ee32 100644 --- a/templates/timeline.html +++ b/templates/timeline.html @@ -5,7 +5,7 @@
{% for post in posts if not post.hidden %} -
+
{{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if logged_in|lower in post.likes %}