From 7543328fe784c5c044f3c814ead271f89ecfb830 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 28 Jun 2019 01:43:04 -0400 Subject: Update Sphinx to 2.1.2 --- docs/_static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/_static/style.css') diff --git a/docs/_static/style.css b/docs/_static/style.css index 81166de4..48dbac12 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -291,6 +291,17 @@ dl.field-list > dt { font-weight: bold; } +/* remove flex from field lists */ +dl.field-list { + display: block; +} + +/* internal references are forced to bold for some reason */ +a.reference.internal > strong { + font-weight: unset; + font-family: monospace; +} + div.danger, div.error { background-color: #ffe4e4; border: 1px solid #f66; -- cgit v1.2.3