diff --git a/i2p2www/pages/site/research/vrp.html b/i2p2www/pages/site/research/vrp.html
index da7a83cfa2aa66cd2f6d93f0ba1ab389a45297cd..7ceac92db8e86feb249ef2b4ea6d9b5e4ed76042 100644
--- a/i2p2www/pages/site/research/vrp.html
+++ b/i2p2www/pages/site/research/vrp.html
@@ -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.
diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css
index 8c8954990c502f85a671cd0b3964c317961e653c..a450e14f2a6e042d4dd03ca7d7b44f7a6e1b551c 100644
--- a/i2p2www/static/styles/duck/default.css
+++ b/i2p2www/static/styles/duck/default.css
@@ -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;
+}