Skip to content

Commit

Permalink
fix: paragraph spacing in copyright and collections page
Browse files Browse the repository at this point in the history
copied the markup from the break at the bottom of the page. It's hacky and in the long run we'd be better of doing this with css, but 🤷
  • Loading branch information
sourcefilter committed Nov 20, 2024
1 parent e90f0f4 commit 1cf1b2c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/views/static/ursus_copyright.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@
<%= t('static_pages.copyright_and_collections.copyright_statement').upcase %>
</div>
<div class='static-page__text static-page__text--ursus'>
<p>
Materials in this collection may be protected by domestic and/or international copyright and property laws. Distribution or reproduction of copyrighted materials beyond that allowed by fair use requires the written permission of the copyright owners. To the extent that restrictions other than copyright apply, permission for distribution or reproduction from the applicable rights holder is also required. Responsibility for obtaining permission, and for any use, rests exclusively with the user.
</p>
<p>
Please also see <a class="ur-link" href="https://www.library.ucla.edu/about/policies/ucla-library-copyright-policies/" target="_blank">"UCLA Library Copyright Policies"</a> for more information.
</p>
Materials in this collection may be protected by domestic and/or international copyright and property laws. Distribution or reproduction of copyrighted materials beyond that allowed by fair use requires the written permission of the copyright owners. To the extent that restrictions other than copyright apply, permission for distribution or reproduction from the applicable rights holder is also required. Responsibility for obtaining permission, and for any use, rests exclusively with the user.
<br><br>
Please also see <a class="ur-link" href="https://www.library.ucla.edu/about/policies/ucla-library-copyright-policies/" target="_blank">"UCLA Library Copyright Policies"</a> for more information.
</div>
</div>

Expand Down

0 comments on commit 1cf1b2c

Please sign in to comment.