Skip to content

Commit

Permalink
- Remove some unused views
Browse files Browse the repository at this point in the history
- Remove blanket lack of formatting for ul & li elements
  • Loading branch information
j-corry committed Aug 29, 2024
1 parent 62c6054 commit e9d40a3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 23 deletions.
11 changes: 5 additions & 6 deletions app/assets/stylesheets/primary.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,15 +351,14 @@ h3.content-heading {
margin-bottom: 0;
}

/* Lists */
/* Remove all list styling */
ul {
/* Unformatted lists */
ul.unformatted {
padding: 0;
margin: 0;
}

li {
list-style-type: none;
li {
list-style-type: none;
}
}

/* Back to top & any other on-page buttons */
Expand Down
1 change: 0 additions & 1 deletion app/views/meta/about.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/meta/contact.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/meta/coverage.html.erb

This file was deleted.

5 changes: 0 additions & 5 deletions app/views/meta/index.html.erb

This file was deleted.

8 changes: 0 additions & 8 deletions app/views/search/fragments/_bibliographic_citations.html.erb

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/search/fragments/_other_sponsors.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% unless sponsors.blank? %>
<div class="about-item">
<h3 class="content-heading" id="other-sponsors">Other sponsors</h3>
<ul>
<ul class="unformatted">
<% sponsors.each do |sponsor| %>
<li>- <%= search_link(sponsor) %></li>
<% end %>
Expand Down

0 comments on commit e9d40a3

Please sign in to comment.