From 088c919f367247351912b814822e1168fe3e36d7 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 10 Feb 2019 12:11:40 -0600 Subject: changed line position in essay detail header --- design/sass/_details.scss | 10 ++++++---- design/templates/essays/essay_detail.html | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/design/sass/_details.scss b/design/sass/_details.scss index ab82c4b..81e1026 100644 --- a/design/sass/_details.scss +++ b/design/sass/_details.scss @@ -134,14 +134,16 @@ margin-right: -49vw; } } +.post-dateline { + display: inline-block; + margin-top: 0em; + padding-top: 1rem; + border-top: 1px solid #efefef; +} h4.post-source { @include fontsize(14); @include smcaps; - display: inline-block; - margin-top: 0em; - padding-top: 1em; padding-bottom: 0em; - border-top: 1px solid #efefef; margin-bottom: 0; font-weight: bold; color: #b6b6b6; diff --git a/design/templates/essays/essay_detail.html b/design/templates/essays/essay_detail.html index 6bc4100..780c80c 100644 --- a/design/templates/essays/essay_detail.html +++ b/design/templates/essays/essay_detail.html @@ -39,8 +39,10 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i

{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|safe}}{%endif%}

{{object.sub_title|smartypants|safe}}

+