Differentiate ol levels in VRP
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{{ _('Vulnerability Response Process') }}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}January 2017{% endtrans %}{% endblock %}
|
||||
{% block content_id %}vrp{% endblock %}
|
||||
{% block content %}
|
||||
<p>{% trans %}
|
||||
This process is subject to change. Please refer to this page for the current VRP.
|
||||
|
@ -608,3 +608,11 @@ pre.literal-block {
|
||||
width: auto;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vrp ol ol {
|
||||
list-style-type: lower-latin;
|
||||
}
|
||||
|
||||
#vrp ol ol ol {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
Reference in New Issue
Block a user