summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2019-05-22 14:31:43 +0200
committerLars Knoll <lars.knoll@qt.io>2019-06-06 12:06:43 +0000
commiteb23fd2886ae9907239237fe60900be015dce752 (patch)
tree97a38df63b461695c8af6780c10cd1a90955e1b5
parent28239b790f2fd88f086b1e7d9d419c0c65e2ece6 (diff)
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 <volker.hilsheimer@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--docutils/quip.css2
-rw-r--r--quip-0002.rst13
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