From 1a2769740a4a074650d64a521a806b4403e24d1a Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 18 Jun 2020 18:55:06 -0700 Subject: [PATCH] docs: Fix centering of images. Signed-off-by: Tim 'mithro' Ansell --- docs/_static/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/extra.css b/docs/_static/extra.css index f43d2fc..c9b2423 100644 --- a/docs/_static/extra.css +++ b/docs/_static/extra.css @@ -1,3 +1,7 @@ +img.align-center { + display: block; +} + span.lib-process { color: green; }