From dfbc04c14569ca5045050a19109b5eee8cf9b6ff Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 28 Dec 2022 15:48:45 -0600 Subject: posts: removed dateline links from essay template --- app/posts/templates/posts/essay_detail.html | 6 ++---- screenv11.css | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/posts/templates/posts/essay_detail.html b/app/posts/templates/posts/essay_detail.html index 961187d..9edcf45 100644 --- a/app/posts/templates/posts/essay_detail.html +++ b/app/posts/templates/posts/essay_detail.html @@ -19,10 +19,9 @@ {% if object.originally_published_by %}

Originally Published By: {{object.originally_published_by}}

{%endif%} {% if object.location %}
{% if object.location.country_name == "United States" %} - {{object.location.name|smartypants|safe}}, {{object.location.state_name|safe}}, U.S.{%else%} - {{object.location.name|smartypants|safe}}, {{object.location.country_name|safe}}{%endif%} + {{object.location.name|smartypants|safe}}, {{object.location.state_name|safe}}{%else%} + {{object.location.name|smartypants|safe}}, {{object.location.country_name|safe}}{%endif%} - – Map
{%endif%} @@ -113,7 +112,6 @@ {% endblock %} {% block js %} - {{ block.super }} {%endblock%} diff --git a/screenv11.css b/screenv11.css index 3c80ac0..e21b35b 100644 --- a/screenv11.css +++ b/screenv11.css @@ -836,7 +836,7 @@ p + .picwide { .post-header { margin: 0 auto 2.6rem; padding-bottom: 2.6rem; - border-bottom: 1px solid #efefef; + border-bottom: 1px solid #e0e0e0; text-align: center; color: #555; } @@ -850,7 +850,7 @@ p + .picwide { display: inline-block; margin-top: 1rem; padding-top: 1rem; - border-top: 1px solid #efefef; + border-top: 1px solid #e0e0e0; font-size: 14px; font-size: .875rem; font-family: mffnweb, Helvetica, sans-serif; -- cgit v1.2.3