Skip to content

Commit

Permalink
Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Aug 10, 2018
1 parent b5eaa0f commit f80a828
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,5 @@
}

.right{
margin-top: 10px;
}
}
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div class="wrapper">
<div class="footer">
<%= render partial: "content/layout/footer_partners" %>
<p class="right"><%= setting(:name) %>. Public user content licensed CC BY 4.0 unless otherwise specified.</p>
<p class="right affiliation"><%= setting(:name) %>. Public user content licensed CC BY 4.0 unless otherwise specified.</p>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion app/views/papers/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<div class="wrapper">
<div class="footer">
<%= render partial: "content/layout/footer_partners" %>
<p class="right"><%= setting(:name) %>. Public user content licensed CC BY 4.0 unless otherwise specified.</p>
<p class="right affiliation"><%= setting(:name) %>. Public user content licensed CC BY 4.0 unless otherwise specified.</p>
</div>
</div>
</body>
Expand Down

0 comments on commit f80a828

Please sign in to comment.