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

Bug 1190107: Text Issue in Footer Extras. #1413

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="footer-content">
<h1 class="footzilla"><a href="https://www.mozilla.org/" target="_blank">mozilla</a></h1>
<p>
{{ _('Except where otherwise <a href="{legal_url}" target="_blank">noted</a>, content on this site is licensed under the <a href="{cc_url}" target="_blank">Creative Commons Attribution Share-Alike License v3.0</a> or any later version.',
{{ _('<span style="color:#717268">Except where otherwise <a href="{legal_url}" target="_blank">noted</a>, content on this site is licensed under the <a href="{cc_url}" target="_blank">Creative Commons Attribution Share-Alike License v3.0</a> or any later version.</span>',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inline styles are bad since they add a lot of specificity. preferably we add a class on the p and add the color thru a stylesheet, using one of our Stylus color variables.

legal_url='http://www.mozilla.org/about/legal.html#site',
cc_url='http://creativecommons.org/licenses/by-sa/3.0/') }}
</p>
Expand Down