Skip to content

Commit

Permalink
[CHG] Fix pima footer link, readjust footer logo size and placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reis committed Mar 29, 2017
1 parent 0a6f243 commit 6417c14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file modified app/assets/images/pima_logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/partials/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ ul strong {

.medium-logo {
width: auto;
max-height: 70px;
max-height: 60px;
margin-bottom: 10px;
margin-right: 10px;
}

.link-pla {
width: auto;
max-height: 60px;
margin-bottom: 10px;
}
Expand Down
4 changes: 2 additions & 2 deletions app/views/shared/_logo_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<%= image_tag "tscpl_logo_white", class: "medium-logo link-tscpl" %>
<% end %>
<% when 'pima' %>
<%= link_to "https://www.ibrary.pima.gov", target: "_blank" do %>
<%= link_to "https://www.library.pima.gov", target: "_blank" do %>
<%= image_tag "pima_logo_white", class: "medium-logo link-pima" %>
<% end %>
<% else %>
&nbsp;
<% end %>
<%= link_to "http://www.ala.org/pla/", target: "_blank" do %>
<%= image_tag "pla_logo_white", class: "medium-logo link-pla" %>
<%= image_tag "pla_logo_white", class: "link-pla" %>
<% end %>

<div class="license">
Expand Down

0 comments on commit 6417c14

Please sign in to comment.