Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Ensure formatting is correct and the link loads the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaloisio committed Feb 26, 2015
1 parent f7d11d2 commit c1035f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r2/r2/public/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ div.footer ul.footer-links li a {
font-weight: bold;
text-decoration: none;
}
div.footer ul.footer-links li.privacy-policy a {
div.footer ul.footer-links li.privacy-policy span {
color: #cc0000;
}

Expand Down
2 changes: 1 addition & 1 deletion r2/r2/templates/redditfooter.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<ul class="footer-links">
<li>${plain_link(_('About Less Wrong'), '/about', _sr_path=False)}</li>
<li><a href="http://wiki.github.com/tricycle/lesswrong/issues-bugs-and-requested-features">Report Issues</a></li>
<li class="privacy-policy"><a href="/Lesswrong%20Privacy%20Policy.pdf">Privacy Policy</a></li>
<li class="privacy-policy"><a href="/files/Lesswrong-Privacy-Policy.pdf" target="_blank">Privacy Policy <span>(NEW 25/01/15)</span></a></li>
</ul>
%if g.tracker_url:
<img alt="" src="${tracking.UserInfo.gen_url()}"/>
Expand Down

0 comments on commit c1035f0

Please sign in to comment.