Fix Bug 439031 - Missing link(s) to system requirements page

This commit is contained in:
Kohei Yoshino 2014-01-09 13:55:23 -05:00
Родитель eabe3d95c4
Коммит 4f0c80b828
2 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -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 {