From e4f8725c552e6d5669fad26ecaf35ba917656f43 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 24 Apr 2015 17:49:11 -0700 Subject: [PATCH] Announcement class --- stylesheets/style.css | 6 ++++++ templates/thread.html | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 0cf9b2a3..7a6651f1 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1649,3 +1649,9 @@ td.board-tags a.tag-link { #post-moderation-fields { display: none; } +.announcement { + font-size: 75%; + padding-bottom: 1%; + margin-left: 25%; + margin-right: 25%; +} diff --git a/templates/thread.html b/templates/thread.html index 6ff6fa2c..4e3e825c 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -44,6 +44,10 @@ {% include 'attention_bar.html' %} + {% if config.announcement %} + {{ config.announcement }} + {% endif %} +