Skip to content

Commit 8fb68e5

Browse files
committed
Fix Bug 1097297 - Link to other systems & languages on the Firefox Developer Edition page
1 parent 83f97c8 commit 8fb68e5

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

bedrock/firefox/templates/firefox/developer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ <h2>{{ high_res_img('img/firefox/developer/title.png', {'alt': _('Firefox Develo
3131
<h1>{{ _('Built for those who build the Web') }}</h1>
3232
<h2>{{ _('Introducing the only browser made for developers like you.') }}</h2>
3333
{{ download_firefox('aurora', icon=False, small=True, simple=True) }}
34-
<p class="privacy"><a href="{{ url('privacy.notices.firefox') }}">{{ _('Privacy') }}</a></p>
3534

3635
{% if l10n_has_tag('new_doorhanger') %}
3736
<p class="feedback-note">

bedrock/mozorg/templates/mozorg/download_firefox_button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h4>{{ _('Download Firefox') }} — {{ locale_name|safe }}</h4>
8888
</small>
8989
{% endif %}
9090
{% if show_desktop %}
91-
<small class="download-other download-other-desktop os_linux os_linux64 os_osx os_windows"{% if simple %} style="display: none !important;"{% endif %}>
91+
<small class="download-other download-other-desktop os_linux os_linux64 os_osx os_windows">
9292
<a href="{{ product_url('firefox', 'all', build) }}">{{ _('Systems &amp; Languages') }}</a> |
9393
<a href="{{ product_url('firefox', 'notes', build) }}">{{ _('What’s New') }}</a> |
9494
<a href="{{ url('privacy.notices.firefox') }}">{{ _('Privacy') }}</a>

media/css/firefox/developer.less

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@
7878
border-radius: 4px;
7979
box-shadow: 0 4px 10px #000;
8080
}
81-
.privacy {
82-
margin: @baseLine/2 auto 0;
83-
.font-size(@smallFontSize);
84-
opacity: .8;
85-
}
8681
}
8782

88-
.download-button .download-link {
89-
.button-flat;
90-
line-height: inherit;
83+
.download-button {
84+
.download-link {
85+
.button-flat;
86+
line-height: inherit;
87+
}
88+
small.download-other.download-other-desktop {
89+
display: block !important;
90+
}
9191
}
9292

9393
.android {

media/css/sandstone/buttons.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,10 @@
506506
}
507507
}
508508

509+
small.download-other {
510+
display: none !important;
511+
}
512+
509513
&.download-button-small {
510514
.download-link {
511515
width: 210px;

0 commit comments

Comments
 (0)