зеркало из https://github.com/mozilla/bedrock.git
Fix Bug 439031 - Missing link(s) to system requirements page
This commit is contained in:
Родитель
eabe3d95c4
Коммит
4f0c80b828
|
@ -22,6 +22,7 @@
|
|||
<hgroup id="main-feature">
|
||||
<h1>{{_('Download Firefox in your language')}}</h1>
|
||||
<h2>{{ _('Firefox is available in more than %s languages thanks to the contributions of Mozilla community members from around the world.')|format('70') }}</h2>
|
||||
<p><a class="sysreq" href="{{ url('firefox.latest.sysreq') }}">{{ _('Check the system requirements') }}</a></p>
|
||||
</hgroup>
|
||||
|
||||
<form id="language-search" method="get">
|
||||
|
|
|
@ -17,6 +17,15 @@
|
|||
letter-spacing: -0.25px;
|
||||
.span(10);
|
||||
line-height: 1.1;
|
||||
float: none;
|
||||
}
|
||||
p {
|
||||
.span-all();
|
||||
margin-top: @baseLine;
|
||||
|
||||
a.sysreq:after {
|
||||
content: "\00A0\00BB";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -145,6 +154,9 @@
|
|||
letter-spacing: normal;
|
||||
.span-all();
|
||||
}
|
||||
p {
|
||||
margin-top: @baseLine / 2;
|
||||
}
|
||||
}
|
||||
|
||||
#language-search {
|
||||
|
|
Загрузка…
Ссылка в новой задаче