From 9859b5b468e1bf9c625bf052fb74260deaed2fad Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 2 Nov 2021 16:06:22 -0400 Subject: [PATCH 1/2] Adds footer link to Harmful Language web page. --- app/assets/stylesheets/digital_collections/_layout.scss | 7 +++++++ app/views/shared/_footer.html.erb | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/digital_collections/_layout.scss b/app/assets/stylesheets/digital_collections/_layout.scss index 664ddaa7c..e2bb5e4a2 100644 --- a/app/assets/stylesheets/digital_collections/_layout.scss +++ b/app/assets/stylesheets/digital_collections/_layout.scss @@ -299,6 +299,13 @@ main { box-sizing: border-box; } +.bg-mahogany.bottom-nav .container-fluid-thin { + margin: 0 auto; + min-height: 0em; + padding: 0em; + box-sizing: border-box; +} + .flex-3 { display: flex; width: 100%; diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index d3ea7bbd1..f791d6b53 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -3,7 +3,7 @@
- <%= link_to 'https://www.ulib.iupui.edu' do %> + <%= link_to 'https://ulib.iupui.edu' do %> <%= image_tag 'iupui-library.png', class: 'lockup' %> <% end %>
@@ -29,6 +29,11 @@

<%end %> +
+

+ <%= link_to 'Harmful Language Statement', 'https://libraries.indiana.edu/harmful-language-statement' %> +

+
From 9e405e11a97ae24606ec02de81fe26d5fdb970ac Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 2 Nov 2021 16:09:50 -0400 Subject: [PATCH 2/2] Remove redundant styles. --- app/assets/stylesheets/digital_collections/_layout.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/digital_collections/_layout.scss b/app/assets/stylesheets/digital_collections/_layout.scss index e2bb5e4a2..802102b86 100644 --- a/app/assets/stylesheets/digital_collections/_layout.scss +++ b/app/assets/stylesheets/digital_collections/_layout.scss @@ -300,10 +300,8 @@ main { } .bg-mahogany.bottom-nav .container-fluid-thin { - margin: 0 auto; min-height: 0em; padding: 0em; - box-sizing: border-box; } .flex-3 {