You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/03/17 17:20:13 UTC

[couchdb-documentation] branch master updated: Fix whitespace in bulleted lists

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 60387f3  Fix whitespace in bulleted lists
60387f3 is described below

commit 60387f307b2344afc9da9f28c862983445bdd833
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sat Mar 17 00:35:35 2018 -0400

    Fix whitespace in bulleted lists
---
 static/css/rtd_theme.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/static/css/rtd_theme.css b/static/css/rtd_theme.css
index 7405d26..aa83907 100644
--- a/static/css/rtd_theme.css
+++ b/static/css/rtd_theme.css
@@ -47,3 +47,10 @@ span.linkdescr {
     font-size: 90%;
 }
 
+/* https://github.com/rtfd/sphinx_rtd_theme/pull/591/files and
+   https://github.com/rtfd/sphinx_rtd_theme/issues/590 */
+
+.rst-content .section ol li p:last-child,
+.rst-content .section ul li p:last-child {
+    margin-bottom: 24px !important;
+}

-- 
To stop receiving notification emails like this one, please contact
wohali@apache.org.