Skip to content

Commit

Permalink
[CHG] Remove IMLS logo from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reis committed Mar 17, 2017
1 parent 6452869 commit bf94947
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/partials/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ ul strong {
width: 90%;
}

.imls-logo-large{
width: 25%;
}

.license {
text-align: right;
}
Expand Down
4 changes: 0 additions & 4 deletions app/views/shared/_logo_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<%= link_to "http://tscpl.org/", target: "_blank" do %>
<%= image_tag "tscpl_logo_white", class: "medium-logo link-tscpl" %>
<% end %>
<% when 'www' %>
<%= link_to "http://digitallearn.org/", target: "_blank" do %>
<%= image_tag "imls_logo_white", class: "imls-logo-large" %>
<% end %>
<% else %>
&nbsp;
<% end %>
Expand Down

0 comments on commit bf94947

Please sign in to comment.