Skip to content

Commit 862991c

Browse files
committed
Fix Bug 1121056 - Wrong date on the ESR release overview image
1 parent ad4c7a5 commit 862991c

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

bedrock/firefox/templates/firefox/organizations/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h4>{{ _('What does the Mozilla Firefox ESR life cycle look like?') }}</h4>
5858
{% endtrans %}
5959
</p>
6060

61-
<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>
61+
<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>
6262

6363
<p>
6464
{% trans %}

media/css/firefox/organizations.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
}
2121

22+
img#release-overview {
23+
height: auto;
24+
}
25+
2226
@media only screen and (min-width: @breakDesktop) {
2327
img#release-overview {
2428
max-width: none;
19.3 KB
Loading
3.11 KB
Loading

0 commit comments

Comments
 (0)