diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index ce85807..8185513 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -25,23 +25,6 @@ line-height: 1.8; } -/* Epigraph - Verse of the Day */ -.daily-epigraph { - margin: 2rem auto; - text-align: center; - max-width: 55%; -} - -.daily-epigraph blockquote { - font-size: 1.25rem; - line-height: 1.9; - font-style: italic; -} - -.daily-epigraph footer { - margin-top: 0.75rem; -} - /* Verse Lookup */ .verse-lookup { max-width: 55%; @@ -193,10 +176,6 @@ font-size: 2.5rem; } - .daily-epigraph { - max-width: 100%; - } - .verse-lookup { max-width: 100%; padding: 1.25rem 0 1.25rem 1.25rem; @@ -234,12 +213,9 @@ Authorized King James Version
Anno Domini 1611

- - -
-
+

{{ daily_verse.text | link_names | safe }}

- +
diff --git a/kjvstudy_org/templates/verse.html b/kjvstudy_org/templates/verse.html index 485b536..68cd3f0 100644 --- a/kjvstudy_org/templates/verse.html +++ b/kjvstudy_org/templates/verse.html @@ -250,7 +250,7 @@

{{ book }} {{ chapter }}:{{ verse_num }}

Authorized King James Version

-
+

{{ verse_text | link_names | safe }}

{% if interlinear_words %} @@ -335,7 +335,7 @@ }); } -
+ {% if cross_references %}