diff --git a/app/components/oral_history/downloads_list_component.html.erb b/app/components/oral_history/downloads_list_component.html.erb index 13d2bc649..3234ca64b 100644 --- a/app/components/oral_history/downloads_list_component.html.erb +++ b/app/components/oral_history/downloads_list_component.html.erb @@ -1,4 +1,7 @@ <% if file_list_members.present? %> +

+ Complete transcript of interview +

<% file_list_members.each_with_index do |member, index| %> diff --git a/app/frontend/stylesheets/local/oh_audio.scss b/app/frontend/stylesheets/local/oh_audio.scss index e0780e200..2d2f57d14 100644 --- a/app/frontend/stylesheets/local/oh_audio.scss +++ b/app/frontend/stylesheets/local/oh_audio.scss @@ -230,9 +230,15 @@ .tab-pane.downloads { margin-bottom: 2rem; + + .attribute-sub-head { + margin-top: 0; + } } .downloads-pdf { + border-top: 3px solid $table-border-color; + .attribute-sub-head { margin-top: 0; }