[fix bug 952686] Take down security-group page

This commit is contained in:
Alex Gibson 2014-01-22 10:09:25 +00:00
Родитель 94abba0d54
Коммит b053eb7347
14 изменённых файлов: 24 добавлений и 282 удалений

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

@ -52,7 +52,6 @@
<ul>
<li><a href="{{ url('mozorg.about.governance.policies.security.tld-idn') }}">{{ _('IDN-enabled TLDs') }}</a></li>
<li><a href="{{ url('mozorg.about.governance.policies.security.certs.policy') }}">{{ _('Mozilla CA Certificate Policy') }}</a></li>
<li><a href="{{ url('mozorg.about.governance.policies.security.group') }}">{{ _('Mozilla Security Group') }}</a></li>
<li><a href="{{ url('mozorg.about.governance.policies.security.membership') }}">{{ _('Mozilla Security Group Membership Policy') }}</a></li>
<li><a href="{{ url('mozorg.about.governance.policies.security.bugs') }}">{{ _('Security Bugs Policy') }}</a></li>
</ul>

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

@ -61,8 +61,8 @@ it by sending email to the address <a href="{{ mail }}">security@mozilla.org</a>
<h3 id="security-group">{{ _('The Mozilla security bug group') }}</h3>
<p>{% trans group=url('mozorg.about.governance.policies.security.group') %}
The Mozilla security module owner and peers will form the core of the Mozilla security bug group, and will select a number of other people to round out the groups membership. Each and every member of the Mozilla security bug group will automatically have access to all Mozilla bugs marked “Security-Sensitive.” The <a href="{{ group }}">members</a> of the Mozilla security bug group will be drawn primarily from the following groups:
<p>{% trans %}
The Mozilla security module owner and peers will form the core of the Mozilla security bug group, and will select a number of other people to round out the groups membership. Each and every member of the Mozilla security bug group will automatically have access to all Mozilla bugs marked “Security-Sensitive.” The members of the Mozilla security bug group will be drawn primarily from the following groups:
{% endtrans %}</p>
<ul>

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

@ -3,13 +3,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% extends "mozorg/about-base.html" %}
{% block page_title %}{{ _('Mozilla CA Certificate Enforcement Policy') }}{% endblock %}
{% block body_class %}sand{% endblock %}
{% block extrahead %}
{{ css('security-group') }}
{% endblock %}
{% block extrahead %}{% endblock %}
{% block article %}
<h1>{{ _('Mozilla CA Certificate Enforcement Policy') }}</h1>
@ -29,8 +27,8 @@
<li>
<p>{{ _('Mozilla will take any steps we deem appropriate to protect our users if we learn that a CA has knowingly or intentionally mis-issued one or more certificates. This may include, but is not limited to disablement (partially or fully) or removal of all of the CAs certificates from Mozillas products. A certificate that includes domain names that have not been verified according to the <a href="%s"> CA/Browser Forums Baseline Requirement #11.1.1 </a> is considered to be mis-issued. A certificate that is intended to be used only as an end entity certificate but includes a keyUsage extension with values keyCertSign and/or cRLSign or a basicConstraints extension with the cA field set to true is considered to be mis-issued.')|format('https://www.cabforum.org/documents.html') }}</p>
</li>
<li>
<p>{{ _('A certificate is disabled by turning off one or more of the three trust bits (Websites, Email, Code Signing).
<li>
<p>{{ _('A certificate is disabled by turning off one or more of the three trust bits (Websites, Email, Code Signing).
Disablement or removal of a certificate may be initiated by submitting a bug report to the mozilla.org Bugzilla system, as described in the <a href="%s">Root Change Process</a> or the <a href="%s">Mozilla Policy for Handling Security Bugs</a>.')|format('https://wiki.mozilla.org/CA:Root_Change_Process', url('mozorg.about.governance.policies.security.certs.policy')) }}</p>
</li>
<li>

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

@ -3,13 +3,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% extends "mozorg/about-base.html" %}
{% block page_title %}{{ _('Mozilla Included CA Certificate List') }}{% endblock %}
{% block body_class %}sand{% endblock %}
{% block extrahead %}
{{ css('security-group') }}
{% endblock %}
{% block extrahead %}{% endblock %}
{% block article %}
<h1 class="title-banner">{{ _('Mozilla Included CA Certificate List') }}</h1>

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

@ -7,9 +7,7 @@
{% block page_title %}{{ _('Mozilla CA Certificate Inclusion Policy') }}{% endblock %}
{% block body_class %}sand{% endblock %}
{% block extrahead %}
{{ css('security-group') }}
{% endblock %}
{% block extrahead %}{% endblock %}
{% block article %}

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

@ -3,13 +3,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% extends "mozorg/about-base.html" %}
{% block page_title %}{{ _('Mozilla CA Certificate Store') }}{% endblock %}
{% block body_class %}sand{% endblock %}
{% block extrahead %}
{{ css('security-group') }}
{% endblock %}
{% block extrahead %}{% endblock %}
{% block article %}
<h1 class="title-banner">{{ _('Mozilla CA Certificate Store') }}</h1>
@ -21,7 +19,7 @@
<ul>
<li><a href="{{ url('mozorg.about.governance.policies.security.certs.policy') }}">{{ _('Mozilla CA Certificate Policy') }}</a>
<li><a href="https://wiki.mozilla.org/CA:Overview">{{ _('Mozilla CA Certificate Program Overview') }}</a>
<li><a href="{{ url('mozorg.about.governance.policies.security.certs.pending') }}">{{ _('List of pending inclusion requests') }}</a> {{ _('— Certification Authorities (CAs) who have applied for inclusion of their certificates into Mozillaʼs CA Certificate Program, and whose applications are pending.') }}</li>
<li><a href="{{ url('mozorg.about.governance.policies.security.certs.pending') }}">{{ _('List of pending inclusion requests') }}</a> {{ _('— Certification Authorities (CAs) who have applied for inclusion of their certificates into Mozillaʼs CA Certificate Program, and whose applications are pending.') }}</li>
<li><a href="{{ url('mozorg.about.governance.policies.security.certs.included') }}">{{ _('List of included root certificates') }}</a> {{ _('— CA certificates that are incuded in the NSS root certificate store, and distributed with Mozilla software products.') }} </li>
<li><a href="http://mxr.mozilla.org/mozilla-central/source/security/nss/lib/ckfw/builtins/certdata.txt">{{ _('Source file with all of the included root certificates') }}</a>
</ul>

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

@ -7,9 +7,7 @@
{% block page_title %}{{ _('Mozilla CA Certificate Maintenance Policy') }}{% endblock %}
{% block body_class %}sand{% endblock %}
{% block extrahead %}
{{ css('security-group') }}
{% endblock %}
{% block extrahead %}{% endblock %}
{% block article %}

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

@ -3,13 +3,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% extends "mozorg/about-base.html" %}
{% block page_title %}{{ _('Mozilla Pending CA Certificate List') }}{% endblock %}
{% block body_class %}sand{% endblock %}
{% block extrahead %}
{{ css('security-group') }}
{% endblock %}
{% block extrahead %}{% endblock %}
{% block article %}
<h1 class="title-banner">{{ _('Mozilla Pending CA Certificate List') }}</h1>
@ -33,7 +31,7 @@
<th>{{ _('CA Actions Items from Discussion') }}</th>
<td>{{ _('Requests pending completion of action items resulting from <a href="%s">public discussion</a> are highlighted in yellow.')|format('https://wiki.mozilla.org/CA:How_to_apply#Public_discussion') }}</td>
</tr>
</table>
</table>
<p>{{ _('View the <a href="%s">list of CA certificates that are currently distributed with Mozilla software products</a>.')|format(url('mozorg.about.governance.policies.security.certs.included')) }}</p>

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

@ -3,13 +3,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% extends "mozorg/about-base.html" %}
{% block page_title %}{{ _('Mozilla CA Certificate Policy') }}{% endblock %}
{% block body_class %}sand{% endblock %}
{% block extrahead %}
{{ css('security-group') }}
{% endblock %}
{% block extrahead %}{% endblock %}
{% block article %}
<h1 class="title-banner">{{ _('Mozilla CA Certificate Policy') }}</h1>
@ -23,12 +21,12 @@
<a href="{{ url('mozorg.about.governance.policies.security.certs.inclusion') }}">{{ _('Applying for Inclusion of Root Certificates in Mozilla Products') }}</a>
<p>{{ _('This section describes the obligations of Certification Authorities applying for inclusion of their root certificates in Mozilla Products. This includes considerations that are taken into account such as the CAs publicly available documentation about their policies, and audits of the CAs operations in support of the documented policies.') }}</p>
</li>
<li>
<li>
<a href="{{ url('mozorg.about.governance.policies.security.certs.maintenance') }}">{{ _('Maintaining Confidence in Included Root Certificates') }}</a>
<p>{{ _('This section describes the obligations of Certification Authorities for maintaining confidence in their root certificates that are included in Mozilla Products. This includes regular auditing of the CAs policies and practices; conforming to current CA industry standards and recommended best practices; and making changes to included root certificates.') }}</p>
</li>
<li>
</li>
<li>
<a href="{{ url('mozorg.about.governance.policies.security.certs.enforcement') }}">{{ _('Enforcing the Mozilla CA Certificate Policy') }}</a>
<p>{{ _('This section describes the steps that Mozilla may take in order to enforce this policy. This includes evaluation of security concerns, and removing or disabling a root certificate.') }}</p>
</li>

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

@ -1,211 +0,0 @@
{# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% extends "mozorg/about-base.html" %}
{% block page_title %}{{ _('Mozilla Security Group') }}{% endblock %}
{% block body_class %}sand{% endblock %}
{% block extrahead %}
{{ css('security-group') }}
{% endblock %}
{% block article %}
<h1 class="title-banner">{{ _('Mozilla Security Group') }}</h1>
<p><strong>{% trans mail='mailto:security@mozilla.org?subject=Mozilla%20security%20bug%20report' %}
IMPORTANT: Anyone who believes they have found a Mozilla-related security vulnerability can and should report
it by sending email to the address <a href="{{ mail }}">security@mozilla.org</a>.
{% endtrans %}</strong></p>
<ul>
<li><a href="{{ url('mozorg.about.governance.policies.security.membership') }}">
{{ _('Mozilla Security Group Membership Policy') }}
</a></li>
</ul>
<h3>{{ _('Security Group') }}</h3>
<ul class="unstyled members">
<li>Daniel Veditz, Moderator ({{ _('Mozilla') }})</li>
<li>Al Billings ({{ _('Mozilla') }})</li>
<li>Alex Keybl ({{ _('Mozilla') }})</li>
<li>Alexander Sack ({{ _('Ubuntu') }})</li>
<li>Alfred Peng ({{ _('OpenSolaris') }})</li>
<li>Andreas Gal ({{ _('Mozilla') }})</li>
<li>Andrew McCreight ({{ _('Mozilla') }})</li>
<li>Arun Ranganathan ({{ _('Mozilla') }})</li>
<li>Asa Dotzler ({{ _('Mozilla') }})</li>
<li>Ben Adida ({{ _('Mozilla') }})</li>
<li>Ben Bucksch ({{ _('Beonex') }})</li>
<li>Ben Turner ({{ _('Mozilla') }})</li>
<li>Benjamin Smedberg ({{ _('Mozilla') }})</li>
<li>Bill McCloskey ({{ _('Mozilla') }})</li>
<li>Blake Kaplan ({{ _('Mozilla') }})</li>
<li>Bob Clary ({{ _('Mozilla') }})</li>
<li>Bob Lord ({{ _('advisory member, Twitter') }})</li>
<li>Bob Moss ({{ _('Mozilla') }})</li>
<li>Boris Zbarsky ({{ _('Mozilla') }})</li>
<li>Brad Lassey ({{ _('Mozilla') }})</li>
<li>Brandon Sterne ({{ _('advisory member, Workday') }})</li>
<li>Brendan Eich ({{ _('Mozilla') }})</li>
<li>Cameron Kaiser ({{ _('TenFourFox') }})</li>
<li>Camilo Viecco ({{ _('Mozilla') }})</li>
<li>Carsten Book ({{ _('Mozilla') }})</li>
<li>Cheng Wang ({{ _('Mozilla') }})</li>
<li>Chris Beard ({{ _('Mozilla') }})</li>
<li>Chris Hofmann ({{ _('Mozilla') }})</li>
<li>Chris Lyon ({{ _('advisory member, Jive') }})</li>
<li>Christian Holler ({{ _('Mozilla') }})</li>
<li>Clint Talbert ({{ _('Mozilla') }})</li>
<li>Colin Blake ({{ _('Arcot') }})</li>
<li>Curtis Koenig ({{ _('Mozilla') }})</li>
<li>Dan Mosedale ({{ _('Mozilla') }})</li>
<li>Daniel Holbert ({{ _('Mozilla') }})</li>
<li>David Anderson ({{ _('Mozilla') }})</li>
<li>David Ascher ({{ _('Mozilla') }})</li>
<li>David Baron ({{ _('Mozilla') }})</li>
<li>David Bienvenu ({{ _('Mozilla') }})</li>
<li>David Bolter ({{ _('Mozilla') }})</li>
<li>David Chan ({{ _('Mozilla') }})</li>
<li>David Keeler ({{ _('Mozilla') }})</li>
<li>Dietrich Ayala ({{ _('Mozilla') }})</li>
<li>Doug Turner ({{ _('Mozilla') }})</li>
<li>Huzaifa Sidhpurwala ({{ _('Red Hat') }})</li>
<li>Gary Kwong ({{ _('Mozilla') }})</li>
<li>Gavin Sharp ({{ _('Mozilla') }})</li>
<li>Gervase Markham ({{ _('Mozilla') }})</li>
<li>Guillaume Destuynder ({{ _('Mozilla') }})</li>
<li>Ginn Chen ({{ _('Oracle') }})</li>
<li>Giorgio Maone ({{ _('NoScript.net') }})</li>
<li>Graydon Hoare ({{ _('Mozilla') }})</li>
<li>Ian Hickson ({{ _('advisory member, Google') }})</li>
<li>Ian Melven ({{ _('Mozilla') }})</li>
<li>J. Paul Reed ({{ _('Release Engineering Approaches') }})</li>
<li>Jay Sullivan ({{ _('Mozilla') }})</li>
<li>Jeff Walden ({{ _('Mozilla') }})</li>
<li>Jesse Ruderman ({{ _('Mozilla') }})</li>
<li>Jet Villeges ({{ _('Mozilla') }})</li>
<li>Joe Stevensen ({{ _('Mozilla') }})</li>
<li>Johnathan Nightingale ({{ _('Mozilla') }})</li>
<li>Johnny Stenback ({{ _('Mozilla') }})</li>
<li>John O'Duinn ({{ _('Mozilla') }})</li>
<li>Jonas Sicking ({{ _('Mozilla') }})</li>
<li>Jason Orendorff ({{ _('Mozilla') }})</li>
<li>Josh Aas ({{ _('Mozilla') }})</li>
<li>Juan Becerra ({{ _('Mozilla') }})</li>
<li>Justin Dolske ({{ _('Mozilla') }})</li>
<li>Justin Scott ({{ _('Mozilla') }})</li>
<li>Justin Wood ({{ _('SeaMonkey') }})</li>
<li>Kai Engert ({{ _('Red Hat') }})</li>
<li>Kathleen Wilson ({{ _('Mozilla') }})</li>
<li>Kevin Brosnan ({{ _('Mozilla') }})</li>
<li>Larissa Co ({{ _('Mozilla') }})</li>
<li>Lucas Adamski ({{ _('Mozilla') }})</li>
<li>Lukas Blakk ({{ _('Mozilla') }})</li>
<li>Marcia Knous ({{ _('Mozilla') }})</li>
<li>Mark Banner ({{ _('Mozilla') }})</li>
<li>Mark Finkle ({{ _('Mozilla') }})</li>
<li>Mark Goodwin ({{ _('Mozilla') }})</li>
<li>Martijn Wargers ({{ _('Mozilla') }})</li>
<li>Martin Stránský ({{ _('Red Hat') }})</li>
<li>Mats Palmgren ({{ _('Mozilla') }})</li>
<li>Matthew Zeier ({{ _('Mozilla') }})</li>
<li>Michael Coates ({{ _('Mozilla') }})</li>
<li>Mike Connor ({{ _('Mozilla') }})</li>
<li>Mike Hommey ({{ _('Debian') }})</li>
<li>Mitchell Baker ({{ _('Mozilla') }})</li>
<li>Monica Chew ({{ _('Mozilla') }})</li>
<li>Naoki Hirata ({{ _('Mozilla') }})</li>
<li>Naveed Ihsanullah ({{ _('Mozilla') }})</li>
<li>Neil Rashbrook</li>
<li>Olli Pettay ({{ _('Mozilla') }})</li>
<li>Patrick McManus ({{ _('Mozilla') }})</li>
<li>Paxton Cooper ({{ _('Mozilla') }})</li>
<li>Peter Van der Beken ({{ _('Mozilla') }})</li>
<li>Philipp Kewisch ({{ _('Calendar') }})</li>
<li>Randell Jesup ({{ _('Mozilla') }})</li>
<li>Raymond Forbes ({{ _('Mozilla') }})</li>
<li>Reed Loden</li>
<li>Rob Campbell ({{ _('Mozilla') }})</li>
<li>Robert Kaiser ({{ _('SeaMonkey') }})</li>
<li>Robert O'Callahan ({{ _('Mozilla') }})</li>
<li>Robert Relyea ({{ _('Red Hat') }})</li>
<li>Scott MacGregor ({{ _('Postbox, Inc.') }})</li>
<li>Seth Spitzer ({{ _('Postbox, Inc.') }})</li>
<li>Sheila Mooney ({{ _('Mozilla') }})</li>
<li>Sid Stamm ({{ _('Mozilla') }})</li>
<li>Smokey Ardisson ({{ _('Camino') }})</li>
<li>Stefan Arentz ({{ _('Mozilla') }})</li>
<li>Stephen Donner ({{ _('Mozilla') }})</li>
<li>Stuart Morgan ({{ _('Camino') }})</li>
<li>Tanvi Vyas ({{ _('Mozilla') }})</li>
<li>Tony Chung ({{ _('Mozilla') }})</li>
<li>Wan-Teh Chang ({{ _('Google') }})</li>
<li>Wolfgang Rosenauer ({{ _('openSUSE') }})</li>
<li>Yvan Boily ({{ _('Mozilla') }})</li>
</ul>
<h4 id="additional">{{ _('Additional developers with security bug access')}}</h4>
<ul class="unstyled members">
<li>Andrew Overholt ({{ _('Mozilla') }})</li>
<li>Anthony Hughes ({{ _('Mozilla') }})</li>
<li>Ben Hearsum ({{ _('Mozilla') }})</li>
<li>Benoit Jacob ({{ _('Mozilla') }})</li>
<li>Bhavana Bajaj ({{ _('Mozilla') }})</li>
<li>Brian Bondy ({{ _('Mozilla') }})</li>
<li>Brian Hackett ({{ _('Mozilla') }})</li>
<li>Bobby Holley ({{ _('Mozilla') }})</li>
<li>Chris AtLee ({{ _('Mozilla') }})</li>
<li>Chris Double ({{ _('Mozilla') }})</li>
<li>Chris Lee ({{ _('Mozilla') }})</li>
<li>Chris Pearce ({{ _('Mozilla') }})</li>
<li>Dão Gottwald ({{ _('Mozilla') }})</li>
<li>Dave Townsend ({{ _('Mozilla') }})</li>
<li>Deb Richardson ({{ _('Mozilla') }})</li>
<li>Ehsan Akhgari ({{ _('Mozilla') }})</li>
<li>Ed Morley ({{ _('Mozilla') }})</li>
<li>Florian Quèze</li>
<li>Gabor Krizsanits ({{ _('Mozilla') }})</li>
<li>Geo Mealer ({{ _('Mozilla') }})</li>
<li>Gregor Wagner ({{ _('UC Irvine') }})</li>
<li>Henrik Skupin ({{ _('Mozilla') }})</li>
<li>Honza Bambas ({{ _('Mozilla') }})</li>
<li>Irving Reid ({{ _('Mozilla') }})</li>
<li>Jan de Mooij ({{ _('Mozilla') }})</li>
<li>Jason Duell ({{ _('Mozilla') }})</li>
<li>Jason Smith ({{ _('Mozilla') }})</li>
<li>Jeff Muizelaar ({{ _('Mozilla') }})</li>
<li>Jim Blandy ({{ _('Mozilla') }})</li>
<li>Joe Drew ({{ _('Mozilla') }})</li>
<li>John Daggett ({{ _('Mozilla') }})</li>
<li>Jonathan Kew ({{ _('Mozilla') }})</li>
<li>Julian Seward ({{ _('Mozilla') }})</li>
<li>Karl Tomlinson ({{ _('Mozilla') }})</li>
<li>Kyle Huey ({{ _('Mozilla') }})</li>
<li>Lawrence Mandel ({{ _('Mozilla') }})</li>
<li>Ludovic Hirlimann ({{ _('Mozilla') }})</li>
<li>Luke Wagner ({{ _('Mozilla') }})</li>
<li>Marty Rosenberg ({{ _('Mozilla') }})</li>
<li>Matthew Gregan ({{ _('Mozilla') }})</li>
<li>Milan Sreckovic ({{ _('Mozilla') }})</li>
<li>Nick Thomas ({{ _('Mozilla') }})</li>
<li>Nicolas Pierron ({{ _('Mozilla') }})</li>
<li>Paul Theriault ({{ _('Mozilla') }})</li>
<li>Robert Longson</li>
<li>Robert Strong ({{ _('Mozilla') }})</li>
<li>Ryan VanderMeulen</li>
<li>Sean Stangl ({{ _('Mozilla') }})</li>
<li>Simon Montagu ({{ _('Mozilla') }})</li>
<li>Steve Fink ({{ _('Mozilla') }})</li>
<li>Steven Michaud ({{ _('Mozilla') }})</li>
<li>Terrance Cole ({{ _('Mozilla') }})</li>
<li>Tim Terriberry ({{ _('Mozilla') }})</li>
<li>Tracy Walker ({{ _('Mozilla') }})</li>
<li>Wayne Mery</li>
</ul>
{% endblock %}

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

@ -23,8 +23,8 @@
A second group of people have access to those bugs but are not members of the mailing list. These are people who need to see or work on security bugs as part of their role in the project. This might include coders, QA, build/release engineers, super-reviewers or drivers.
{% endtrans %}</p>
<p>{% trans group=url('mozorg.about.governance.policies.security.group') %}
Membership of each group is decided by the current membership of the Security Group. The list of members is <a href="{{ group }}">available here</a>. The Security Group moderator may, at his discretion, move inactive members to an “Alumni” list. This would involve removing them from the mailing list and/or removing their bug access, as appropriate. They can be reactivated by him at their request. This is to keep the size of the group to the minimum necessary, for information security reasons.
<p>{% trans %}
Membership of each group is decided by the current membership of the Security Group. The Security Group moderator may, at his discretion, move inactive members to an “Alumni” list. This would involve removing them from the mailing list and/or removing their bug access, as appropriate. They can be reactivated by him at their request. This is to keep the size of the group to the minimum necessary, for information security reasons.
{% endtrans %}</p>
<p>{% trans %}

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

@ -25,7 +25,6 @@ urlpatterns = patterns('',
page('about/governance', 'mozorg/about/governance/governance.html'),
page('about/governance/roles', 'mozorg/about/governance/roles.html'),
page('about/governance/policies', 'mozorg/about/governance/policies/policies.html'),
page('about/governance/policies/security-group', 'mozorg/about/governance/policies/security/group.html'),
page('about/governance/policies/security-group/bugs', 'mozorg/about/governance/policies/security/bugs.html'),
page('about/governance/policies/security-group/tld-idn', 'mozorg/about/governance/policies/security/tld-idn.html'),
page('about/governance/policies/security-group/membership', 'mozorg/about/governance/policies/security/membership.html'),

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

@ -328,9 +328,6 @@ MINIFY_BUNDLES = {
'research': (
'css/research/research.less',
),
'security-group': (
'css/mozorg/security-group.less',
),
'security-tld-idn': (
'css/mozorg/security-tld-idn.less',
),

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

@ -1,28 +0,0 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
@import "../sandstone/lib.less";
ul.members {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
-webkit-column-gap: @baseLine * 3;
-moz-column-gap: @baseLine * 3;
column-gap: @baseLine * 3;
}
/* {{{ Wide Mobile Layout: 480px */
@media only screen and (min-width: @breakMobileLandscape) and (max-width: @breakTablet) {
ul.members {
-webkit-columns: 1;
-moz-columns: 1;
columns: 1;
}
}
/* }}} */