Skip to content

Commit

Permalink
Bug 963816 followup: change the link class name; pick the latest lega…
Browse files Browse the repository at this point in the history
…l-docs change to fix a typo
  • Loading branch information
kyoshino committed Apr 16, 2014
1 parent c4ccb51 commit aab10d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bedrock/privacy/templates/privacy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>{{ _('Our Privacy Notices') }}</h2>
<ul>
<li class="policy-websites"><a href="{{ url('privacy.notices.websites') }}">{{ _('Mozilla Websites') }}</a></li>
<li class="policy-firefox"><a href="{{ url('privacy.notices.firefox') }}">{{ _('Firefox Browser') }}</a></li>
<li class="policy-firefox"><a href="{{ url('privacy.notices.firefox-os') }}">{{ _('Firefox OS') }}</a></li>
<li class="policy-firefox-os"><a href="{{ url('privacy.notices.firefox-os') }}">{{ _('Firefox OS') }}</a></li>
<li class="policy-marketplace"><a href="https://marketplace.firefox.com/privacy-policy">{{ _('Firefox Marketplace') }}</a></li>
<li class="policy-persona"><a href="{{ url('persona.privacy-policy') }}">{{ _('Persona') }}</a></li>
</ul>
Expand Down
6 changes: 4 additions & 2 deletions media/css/privacy/privacy.less
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@
background-repeat: no-repeat;
}

&.policy-firefox a {
&.policy-firefox a,
&.policy-firefox-os a {
background-position: left -40px;
}

Expand Down Expand Up @@ -290,7 +291,8 @@ html[dir="rtl"] {
background-position: right 0;
}

&.policy-firefox a {
&.policy-firefox a,
&.policy-firefox-os a {
background-position: right -40px;
}

Expand Down
2 changes: 1 addition & 1 deletion vendor-local/src/legal-docs

0 comments on commit aab10d3

Please sign in to comment.