aboutsummaryrefslogtreecommitdiff
path: root/static/posts.html
diff options
context:
space:
mode:
authorFChannel <=>2021-01-28 00:27:36 -0800
committerFChannel <=>2021-01-28 00:27:36 -0800
commitfaee9db270a22a42e45210529c7998dcede0087b (patch)
tree4b3c90b197f8a784e8ce3c57e6e57d4b423e83e8 /static/posts.html
parentc171ea82b48f9b2f5c9b8132755e4fb8545290d9 (diff)
added red board layout
Diffstat (limited to 'static/posts.html')
-rw-r--r--static/posts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/posts.html b/static/posts.html
index ebe8f4e..ab15aeb 100644
--- a/static/posts.html
+++ b/static/posts.html
@@ -71,7 +71,7 @@
<div id="{{ .Id }}">
<div style="display: inline-block; overflow: auto;">
<div style="float: left; display: block; margin-right: 5px;">>></div>
- <div style="overflow: auto;background-color: #d5daf0; padding: 5px; margin-bottom: 2px;">
+ <div class="post" style="overflow: auto; padding: 5px; margin-bottom: 2px;">
{{ if eq $board.ModCred $board.Domain $board.Actor }}
<a href="/delete?id={{ .Id }}">[Delete Post]</a>
{{ end }}