From b1fe7324d883dfa94c35f4299919111c6d3bcb70 Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 1 Oct 2019 17:14:45 -0600 Subject: [PATCH] Use dividers instead of border on
--- tildes/scss/_base.scss | 2 -- tildes/scss/themes/_theme_base.scss | 4 ---- tildes/tildes/templates/message_conversation.jinja2 | 1 + tildes/tildes/templates/topic.jinja2 | 2 ++ 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/tildes/scss/_base.scss b/tildes/scss/_base.scss index 2393062..e0d73d5 100644 --- a/tildes/scss/_base.scss +++ b/tildes/scss/_base.scss @@ -182,8 +182,6 @@ pre { section { margin-top: 1rem; - padding-top: 1rem; - border-top: 2px solid; } summary { diff --git a/tildes/scss/themes/_theme_base.scss b/tildes/scss/themes/_theme_base.scss index ca1f93b..2065f44 100644 --- a/tildes/scss/themes/_theme_base.scss +++ b/tildes/scss/themes/_theme_base.scss @@ -90,10 +90,6 @@ background-color: map-get($theme, "background-primary"); } - section { - border-color: map-get($theme, "border"); - } - tbody tr:nth-of-type(2n + 1) { background-color: map-get($theme, "background-secondary"); } diff --git a/tildes/tildes/templates/message_conversation.jinja2 b/tildes/tildes/templates/message_conversation.jinja2 index 95362c5..460c561 100644 --- a/tildes/tildes/templates/message_conversation.jinja2 +++ b/tildes/tildes/templates/message_conversation.jinja2 @@ -18,6 +18,7 @@ {% endfor %}
+

Add a new reply to this conversation

{% if comments %} +

{{ pluralize(topic.num_comments, "comment") }}

@@ -215,6 +216,7 @@ {% if request.has_permission('comment', topic) %}
+

Post a comment