From 88b46dcda253c24a5323fcd0f23a55d57f5ca924 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sun, 8 Jan 2017 09:53:35 +0000 Subject: [PATCH] Differentiate ol levels in VRP --- i2p2www/pages/site/research/vrp.html | 1 + i2p2www/static/styles/duck/default.css | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/i2p2www/pages/site/research/vrp.html b/i2p2www/pages/site/research/vrp.html index da7a83cfa..7ceac92db 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 8c8954990..a450e14f2 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; +} -- GitLab