From eb23fd2886ae9907239237fe60900be015dce752 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 22 May 2019 14:31:43 +0200 Subject: Fix the numbered list documenting the decision making process reStructuredText is not markdown. http://rst.ninjs.org is a practical tool for checking the markup. Since docutils implements its indented lists by using blockquote, add styling to blockquote to make this actually indent the list. Change-Id: Ia19eb4843eb098d20e9cb61848387ab3cb5e60f3 Reviewed-by: Volker Hilsheimer Reviewed-by: Lars Knoll --- docutils/quip.css | 2 ++ quip-0002.rst | 13 +++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docutils/quip.css b/docutils/quip.css index c071a20..879ae6d 100644 --- a/docutils/quip.css +++ b/docutils/quip.css @@ -62,6 +62,8 @@ a.toc-backref { blockquote.epigraph { margin: 2em 5em ; } +blockquote li { margin-left: 2em; } + body { margin: 0px ; margin-bottom: 1em ; diff --git a/quip-0002.rst b/quip-0002.rst index 9550967..17f59b2 100644 --- a/quip-0002.rst +++ b/quip-0002.rst @@ -260,12 +260,13 @@ Lazy consensus Decision-making typically involves the following steps: -# Proposal -# Discussion -# Decision, by -## Consensus -## Maintainer, if consensus is not reached through discussion -## Chief Maintainer, if Maintainers disagree and cannot reach consensus +#) Proposal +#) Discussion +#) Decision, by + + #) Consensus + #) Maintainer, if consensus is not reached through discussion + #) Chief Maintainer, if Maintainers disagree and cannot reach consensus Any community member can make a proposal for consideration by the community. In order to initiate a discussion about a new idea, they should send an email to -- cgit v1.2.3