From f1b3ae97fcf704f0e1fe9a9a572561a45eb5a7b3 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 22 Feb 2021 23:00:28 -0500 Subject: js: moved janky button code to seperate file --- app/posts/templates/posts/jrnl_detail.html | 2 +- design/sass/screenv10.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/posts/templates/posts/jrnl_detail.html b/app/posts/templates/posts/jrnl_detail.html index 1161d6d..f6e9c18 100644 --- a/app/posts/templates/posts/jrnl_detail.html +++ b/app/posts/templates/posts/jrnl_detail.html @@ -66,7 +66,7 @@ {{object.location.name|smartypants|safe}}, {{object.location.state_name|safe}}, U.S.{%else%} {{object.location.name|smartypants|safe}}, {{object.location.country_name|safe}}{%endif%} - – Map + – Map {%endif%} diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss index 445863d..2652944 100644 --- a/design/sass/screenv10.scss +++ b/design/sass/screenv10.scss @@ -895,6 +895,10 @@ p + .picwide { margin-left: -49vw; margin-right: -49vw; } +#mapbtn { + cursor: pointer; + border-bottom: #b53a04 1px solid; +} //}}} //*********** post main elements ************************{{{ .post-article p { -- cgit v1.2.3