diff --git a/kjvstudy_org/templates/topic_pdf.html b/kjvstudy_org/templates/topic_pdf.html index 9276385..b43ea55 100644 --- a/kjvstudy_org/templates/topic_pdf.html +++ b/kjvstudy_org/templates/topic_pdf.html @@ -39,6 +39,13 @@ margin-bottom: 0.1in; } + .subtitle { + font-size: 14pt; + font-style: italic; + color: #666; + margin-bottom: 0.3in; + } + .overview { margin-bottom: 0.3in; } @@ -76,7 +83,7 @@

{{ topic_name }}

-

{{ topic.description }}

+

{{ topic.description }}

{% if topic.overview %}
{{ topic.overview | safe }}