Skip to content

Commit

Permalink
Merge pull request #2655 from kyoshino/bug-1121056-esr-overview-image
Browse files Browse the repository at this point in the history
Fix Bug 1121056 - Wrong date on the ESR release overview image
  • Loading branch information
alexgibson committed Jan 14, 2015
2 parents ed05921 + 862991c commit ff8782a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bedrock/firefox/templates/firefox/organizations/faq.html
Expand Up @@ -58,7 +58,7 @@ <h4>{{ _('What does the Mozilla Firefox ESR life cycle look like?') }}</h4>
{% endtrans %}
</p>

<p><a href="{{ media('/img/firefox/organizations/release-overview.png?201406') }}"><img src="{{ media('/img/firefox/organizations/release-overview.png?201406') }}" alt="{{ _('Firefox ESR Release Overview') }}" id="release-overview" /></a></p>
<p><a href="{{ media('/img/firefox/organizations/release-overview-high-res.png?201501') }}">{{ high_res_img('img/firefox/organizations/release-overview.png?201501', {'alt': _('Firefox ESR Release Overview'), 'width': '832', 'height': '384', 'id': 'release-overview'}) }}</a></p>

<p>
{% trans %}
Expand Down
4 changes: 4 additions & 0 deletions media/css/firefox/organizations.less
Expand Up @@ -19,6 +19,10 @@

}

img#release-overview {
height: auto;
}

@media only screen and (min-width: @breakDesktop) {
img#release-overview {
max-width: none;
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/img/firefox/organizations/release-overview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff8782a

Please sign in to comment.